lda-project / lda

Topic modeling with latent Dirichlet allocation using Gibbs sampling
https://lda.readthedocs.io/
Mozilla Public License 2.0
1.24k stars 390 forks source link

Impossible to monitor convergence of gibbs sampling in IPython notebook #22

Closed ariddell closed 9 years ago

ariddell commented 9 years ago

logging messages do not show up in IPython notebook.

At minimum, a brief "Monitoring the sampler" section of the documentation could describe the problem.

Alternatively, provide a traceplot of the complete loglikelihoods? à la Stan or PyMC?

ariddell commented 9 years ago

Now you can do this by accessing the likelihoods_ attribute.