Skip to content

Instantly share code, notes, and snippets.

@ecdedios
Created August 10, 2022 04:12
Show Gist options
  • Save ecdedios/241c63425e9687b11e92d4fbaa64ce3e to your computer and use it in GitHub Desktop.
Save ecdedios/241c63425e9687b11e92d4fbaa64ce3e to your computer and use it in GitHub Desktop.
plot_model(lda, plot='topic_distribution')
plot_model(lda, plot='topic_model')
plot_model(lda, plot='wordcloud', topic_num = 'Topic 5')
plot_model(lda, plot='frequency', topic_num = 'Topic 5')
plot_model(lda, plot='bigram', topic_num = 'Topic 5')
plot_model(lda, plot='trigram', topic_num = 'Topic 5')
plot_model(lda, plot='distribution', topic_num = 'Topic 5')
plot_model(lda, plot='sentiment', topic_num = 'Topic 5')
plot_model(lda, plot='tsne')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment