Skip to content

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

License

Notifications You must be signed in to change notification settings

bmabey/pyLDAvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

728a360 · Apr 29, 2024
Mar 27, 2021
Feb 7, 2024
Apr 25, 2024
Apr 23, 2023
Mar 30, 2019
Mar 23, 2021
Apr 23, 2023
Mar 9, 2021
Apr 23, 2023
Apr 23, 2023
Apr 6, 2015
Feb 1, 2016
Mar 14, 2021
Apr 23, 2023
Feb 12, 2023
Dec 14, 2023
Mar 22, 2021
Apr 24, 2023
Apr 23, 2023
Apr 23, 2023

Repository files navigation

pyLDAvis

Python library for interactive topic model visualization. This is a port of the fabulous R package by Carson Sievert and Kenny Shirley.

LDAvis icon

pyLDAvis is designed to help users interpret the topics in a topic model that has been fit to a corpus of text data. The package extracts information from a fitted LDA topic model to inform an interactive web-based visualization.

The visualization is intended to be used within an IPython notebook but can also be saved to a stand-alone HTML file for easy sharing.

Note: LDA stands for latent Dirichlet allocation.

version status build status docs

Installation

  • Stable version using pip:
pip install pyldavis
  • Development version on GitHub

Clone the repository and run python setup.py

Usage

The best way to learn how to use pyLDAvis is to see it in action. Check out this notebook for an overview. Refer to the documentation for details.

For a concise explanation of the visualization see this vignette from the LDAvis R package.

Video demos

Ben Mabey walked through the visualization in this short talk using a Hacker News corpus:

Carson Sievert created a video demoing the R package. The visualization is the same and so it applies equally to pyLDAvis:

More documentation

To read about the methodology behind pyLDAvis, see the original paper, which was presented at the 2014 ACL Workshop on Interactive Language Learning, Visualization, and Interfaces in Baltimore on June 27, 2014.