koheiw / seededlda

LDA for semisupervised topic modeling
https://koheiw.github.io/seededlda/
73 stars 16 forks source link

Compute likelihood of fitted models #31

Closed masa126 closed 2 years ago

masa126 commented 2 years ago

Hi, I want to confirm the difference between topicmodels and your seededlda. To evaluate the LDA text-model quality, topicmodels stores loglikliehood and logLiks during the Gibbs sampling. But I can't find these parameters in seededlda results. Will you kindly suggest me to get these parameters?

koheiw commented 2 years ago

seededlda is based on GibbsLDA, so there is no likelihood statistic at the moment. I am planing to add this in the upcoming versions.

masa126 commented 2 years ago

Expecting to its update. Thank you.