bmabey / pyLDAvis

Python library for interactive topic model visualization. Port of the R LDAvis package.
BSD 3-Clause "New" or "Revised" License
1.8k stars 361 forks source link

Frequency count missing in visualisation #206

Closed ebbingcasa closed 3 years ago

ebbingcasa commented 3 years ago

Hi everyone, hi Mark,

Thank you for pyLDAvis, it's so much fun working with it!

Here's my issue:

Whenever I create the visualisation of LDA, it doesn't show me the frequency count that's usually on top of the bar chart. Any idea why that is the case and how I can solve it? I already went through all the docs and papers but couldn't find anything. I'm visualising it in a Jupyter Notebook and exporting it as HTML leads to the same results. In Spyder, too, if I remember correctly but probably I should give that another try.

Thank you!

Best, Peter

msusol commented 3 years ago

please see v3.3.1 which should provide what your missing

https://github.com/bmabey/pyLDAvis/pull/200

ebbingcasa commented 3 years ago

Seems like previous intent to upgrade didn't work out - works like a charm, thank you!