I'm trying to use Latent Dirichlet Allocation LDA from genism library for Python. Is there any way to display results of the algorithm over training set in a form of a graph? Maybe with Venn's diagrams, or some chars?
Asked
Active
Viewed 622 times
2 Answers
2
LDAvis is an excellent tool to visualise LDA results. https://github.com/bmabey/pyLDAvis

Vikash Singh
- 13,213
- 8
- 40
- 70