vi3k6i5 / GuidedLDA

semi supervised guided topic model with custom guidedLDA
Mozilla Public License 2.0
497 stars 109 forks source link

How to use GridSearchCV with GuidedLDA model with no 'get_params' method #15

Closed nickkimer closed 6 years ago

nickkimer commented 6 years ago

In attempting to GridSearch for the optimal number of topics using loglikelihood calculation, there is no implementation of the get_params() method as the LatentDirichletAllocation estimator does in scikitlearn.

Any support for this?