Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Tathagatd96/32b56ebc81a2dce2791eff565259d6d9 to your computer and use it in GitHub Desktop.
Save Tathagatd96/32b56ebc81a2dce2791eff565259d6d9 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