Created
April 27, 2020 05:43
-
-
Save lakshay-arora/8464b0cc7e84c0a1aedb57e41e031305 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# transform the train and test data | |
train_idf = tfidf_vectorizer.transform(train.tweet) | |
test_idf = tfidf_vectorizer.transform(test.tweet) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment