Visualizing an LDA model, using Python

mvh picture mvh · May 22, 2015 · Viewed 11.1k times · Source

I have a LDA model with the 10 most common topics in 10K documents. Now it's just an overview of the words with corresponding probability distribution for each topic.

I was wondering if there is something available for python to visualize these topics?

Answer

drevicko picture drevicko · Jun 29, 2015

pyLDAvis looks reasonably good.

There's also Termite developed by Jason Chuang of Stanford.