-
-
Save quantra-go-algo/0f0dc607ab5fd43d5b8ff5f4128d2ef4 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
# Get the vocabulary (unique words) and the BoW matrix | |
vocabulary = vectorizer.get_feature_names_out() | |
bow_matrix = X.toarray() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment