pyLDAvis

Python library for interactive topic model visualization. Port of the R LDAvis package.

BSD-3-CLAUSE License

Downloads
132.2K
Stars
1.8K
Committers
39

Bot releases are hidden (Show)

pyLDAvis - 3.4.1 Latest Release

Published by msusol over 1 year ago

Pandas 2.x release, the drop shall use .drop(saliency, axis=1) #247

pyLDAvis - 3.4.0

Published by msusol over 1 year ago

Python 3.10, sklearn updates, testing and pypi tweaks

  • Adding testing for Python 3.10, 3.11, move default version to Python 3.10.
  • Tox testing: No module named 'sklearn.manifold'; 'sklearn' is not a package.
    • Rename sklearn.py to lda_model.py.
  • ValueError: The parameter init="pca" cannot be used with metric="precomputed".
  • Update sklearn.py #239.
  • fixes error of get_feature_names removal #235.
  • Remove "sklearn" from requirements #234
  • Bump joblib from 1.0.1 to 1.2.0 dependencies #231.
  • Fixing for small number of topics #229.
  • Bump numpy from 1.20.1 to 1.22.0 dependenciesv #227.
  • License correction #224.
  • Fix background color in Notebooks with dark themes #222.
  • Start building Wheels alongside sdist #221
pyLDAvis - 3.3.1

Published by msusol over 3 years ago

  • Restored x-axis scale labels for term bars #200
  • import pyLDAvis.gensim_models as gensimvis
  • Deleted orphaned files.
  • Update .gitignore for notebooks/* models, data.
pyLDAvis - 3.3.0

Published by msusol over 3 years ago