Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Pringled committed Feb 17, 2025
1 parent aa07183 commit 69d990a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions model2vec/train/classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
import torch
from lightning.pytorch.callbacks import Callback, EarlyStopping
from lightning.pytorch.utilities.types import OptimizerLRScheduler
from sklearn.metrics import classification_report, jaccard_score
from sklearn.metrics import jaccard_score
from sklearn.model_selection import train_test_split
from sklearn.neural_network import MLPClassifier
from sklearn.pipeline import make_pipeline
from sklearn.preprocessing import MultiLabelBinarizer
from tokenizers import Tokenizer
from torch import nn
from tqdm import trange
Expand Down

0 comments on commit 69d990a

Please sign in to comment.