Skip to content

Commit 5a2d41a

Browse files
author
sant_si
committed
min_df removed
1 parent 053a11b commit 5a2d41a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bag_of_words.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"metadata": {},
163163
"outputs": [],
164164
"source": [
165-
"cv = CountVectorizer(min_df=0)"
165+
"cv = CountVectorizer()"
166166
]
167167
},
168168
{

0 commit comments

Comments
 (0)