We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ad423 commit bd02363Copy full SHA for bd02363
2.NLP_PREP/2.2.sklearn.ipynb
@@ -393,7 +393,7 @@
393
"print(tfidf_vectorizer.vocabulary_)\n",
394
"\n",
395
"sentence = [text_data[3]] # ['점심 먹고 공부 해야지']\n",
396
- "print(tfidf_vectorizer.transform(text_data).toarray())"
+ "print(tfidf_vectorizer.transform(sentence).toarray())"
397
]
398
},
399
{
@@ -420,7 +420,7 @@
420
"name": "python",
421
"nbconvert_exporter": "python",
422
"pygments_lexer": "ipython3",
423
- "version": "3.6.9"
+ "version": "3.8.3"
424
}
425
426
"nbformat": 4,
0 commit comments