Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/tutorial/quickstart/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -128,4 +127,4 @@ model.visualize_precision_recall()
```

![](tfidf.png)