セクション 6. 章 2
single
Challenge 2
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
So, now let's remember what we do with text data. You will be working with the 'reviews.csv' dataset, and your task will be to encode text data using the bag of words method.
- Create a
CountVectorizerobject to tokenize text - Fit data to the tokenizer
- Print the vocabulary of the tokenizer
- Encode
'Text'column - Print the results
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 6. 章 2
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください