lmcinnes / enstop

Ensemble topic modelling with pLSA
BSD 2-Clause "Simplified" License
112 stars 12 forks source link

Integration with pyLDAvis #4

Open cmottac opened 5 years ago

cmottac commented 5 years ago

Dear Leland, I tried to use pyLDAvis with enstop, following same API as the sklearn topic models. I did essentially what is shown here https://nbviewer.jupyter.org/github/bmabey/pyLDAvis/blob/master/notebooks/sklearn.ipynb and replaced scikit-learn's LatentDirichletAllocation with enstop's EnsembleTopics. I got this error:

ValidationError: 
 * Not all rows (distributions) in doc_topic_dists sum to 1.

Can you help to sort it out? Thank you in advance

ydennisy commented 4 years ago

@cmottac did you ever get this working?

cmottac commented 4 years ago

@ydennisy Unfortunately not