maria-antoniak / little-mallet-wrapper

A Python wrapper around the topic modeling functions of MALLET.
GNU General Public License v3.0
100 stars 17 forks source link

how check wrapper's model convergence #4

Closed findgit123 closed 4 years ago

findgit123 commented 4 years ago

@maria-antoniak,

Good jobs, Thank you for sharing. Which command output the sampling convergence. How to determine it has converged during sampling for modeling. Can you let know how to check this measure? . Thanks.

maria-antoniak commented 4 years ago

The newest version (0.0.12) now prints the MALLET training output, which includes the log likelihood. I've updated the demo.ipynb to reflect this.

findgit123 commented 4 years ago

@maria-antoniak, thank you so much for your reply. we found it is measure of log likelihood. How to interpret this measure? how to determine this sampling convergence? Can you let us know the relation between thiis log likelihood output and the convergence? Thanks a million

findgit123 commented 4 years ago

thanks a lot. Now I know how to get the measure. thank you