enstop
enstop copied to clipboard
Integration with pyLDAvis
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
@cmottac did you ever get this working?
@ydennisy Unfortunately not