Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Tathagatd96/b45a7a81f1da07aaa84fcca36d99b5d3 to your computer and use it in GitHub Desktop.
Save Tathagatd96/b45a7a81f1da07aaa84fcca36d99b5d3 to your computer and use it in GitHub Desktop.
#tf-idf
tfidf_transformer=TfidfTransformer()
X_train_tfidf=tfidf_transformer.fit_transform(X_train_counts)
print(X_train_tfidf.shape)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment