Skip to content

Commit 2f05d49

Browse files
committed
restarted for class
1 parent 69e2ad3 commit 2f05d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videos/text-classifier/feature-extraction-1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
from sklearn.feature_extraction.text import CountVectorizer
1212

1313
count_vect=CountVectorizer()
14-
count_vect.fit(text[:10])
14+
count_vect.fit(text)

0 commit comments

Comments
 (0)