Created
December 12, 2018 18:26
-
-
Save FelixChop/96a22ce401281e06e36bcb1ad607537f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| for i,topic in lda_model.show_topics(formatted=True, num_topics=num_topics, num_words=10): | |
| print(str(i)+": "+ topic) | |
| print() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment