diff --git a/docs/tutorial/quickstart/quickstart.md b/docs/tutorial/quickstart/quickstart.md index f519a29..b6ad3f9 100644 --- a/docs/tutorial/quickstart/quickstart.md +++ b/docs/tutorial/quickstart/quickstart.md @@ -65,7 +65,6 @@ In other words, we `fit` on `train_words` and we use `transform` on any incoming ```python from sklearn.datasets import fetch_20newsgroups -from sklearn.feature_extraction.text import CountVectorizer from polyfuzz import PolyFuzz train_words = ["apple", "apples", "appl", "recal", "house", "similarity"] @@ -128,4 +127,4 @@ model.visualize_precision_recall() ``` ![](tfidf.png) - \ No newline at end of file +