Skip to content

Commit bd02363

Browse files
Taekyoontaekyoon.choi
authored and
taekyoon.choi
committed
Fix typo error
1 parent 85ad423 commit bd02363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2.NLP_PREP/2.2.sklearn.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
"print(tfidf_vectorizer.vocabulary_)\n",
394394
"\n",
395395
"sentence = [text_data[3]] # ['점심 먹고 공부 해야지']\n",
396-
"print(tfidf_vectorizer.transform(text_data).toarray())"
396+
"print(tfidf_vectorizer.transform(sentence).toarray())"
397397
]
398398
},
399399
{
@@ -420,7 +420,7 @@
420420
"name": "python",
421421
"nbconvert_exporter": "python",
422422
"pygments_lexer": "ipython3",
423-
"version": "3.6.9"
423+
"version": "3.8.3"
424424
}
425425
},
426426
"nbformat": 4,

0 commit comments

Comments
 (0)