0

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?

striki
  • 1

2 Answers2

2

LDAvis is an excellent tool to visualise LDA results. https://github.com/bmabey/pyLDAvis

Vikash Singh
  • 13,213
  • 8
  • 40
  • 70
1

I found Jason Chuang's "Termite" visualisation to be quite good.

http://vis.stanford.edu/papers/termite

drevicko
  • 14,382
  • 15
  • 75
  • 97