Skip to content

Commit

Permalink
import from wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jwmueller authored Jul 9, 2024
1 parent 3029c4e commit 3cd40a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fasttext_amazon_reviews/fasttext_amazon_reviews.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"outputs": [],
"source": [
"import json\n",
"from cleanlab.models.fasttext import FastTextClassifier, data_loader\n",
"from utils.fasttext_wrapper import FastTextClassifier, data_loader\n",
"import cleanlab\n",
"import numpy as np\n",
"from sklearn.model_selection import StratifiedKFold\n",
Expand Down

0 comments on commit 3cd40a2

Please sign in to comment.