Created
July 29, 2022 12:40
-
-
Save lucifermorningstar1305/2b79cabbb32f7ce0f27770adeb14776a to your computer and use it in GitHub Desktop.
Build the TF-IDF matrix of the text data
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
m = DocumentTermMatrix(crps) | |
tfidf_mat = tf_idf(m) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment