We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e2ad3 commit 2f05d49Copy full SHA for 2f05d49
videos/text-classifier/feature-extraction-1.py
@@ -11,4 +11,4 @@
11
from sklearn.feature_extraction.text import CountVectorizer
12
13
count_vect=CountVectorizer()
14
-count_vect.fit(text[:10])
+count_vect.fit(text)
0 commit comments