Skip to main content

tmplot

Codacy coverage Codacy grade GitHub Workflow Status Documentation Status Downloads PyPI Issues

tmplot is a comprehensive Python package for topic modeling analysis and visualization. Built for data scientists and researchers, it provides powerful interactive reports and advanced analytics that extend beyond traditional LDAvis/pyLDAvis capabilities.

AnalyzeVisualizeCompare multiple topic models with ease

Plots

Key Features

Interactive Visualization

  • Topic scatter plots with customizable coordinates and sizing
  • Term probability charts with relevance weighting
  • Document analysis showing top documents per topic
  • Interactive reports with real-time parameter adjustment

Advanced Analytics

  • Topic stability analysis across multiple model runs
  • Model comparison with sophisticated distance metrics
  • Saliency calculations for term importance
  • Entropy metrics for model optimization

Model Support

  • tomotopy: LDAModel, LLDAModel, CTModel, DMRModel, HDPModel, PTModel, SLDAModel, GDMRModel
  • gensim: LdaModel, LdaMulticore
  • bitermplus: BTM

Distance Metrics

  • Kullback-Leibler (symmetric & non-symmetric)
  • Jensen-Shannon divergence
  • Jeffrey's divergence
  • Hellinger & Bhattacharyya distances
  • Total variation distance
  • Jaccard index

Dimensionality Reduction

t-SNE, SpectralEmbedding, MDS, LocallyLinearEmbedding, Isomap

Donate

If you find this package useful, please consider donating any amount of money. This will help me spend more time on supporting open-source software.

Buy Me A Coffee

Quick Start

Installation

# From PyPI (recommended)
pip install tmplot

# Development version
pip install git+https://github.com/maximtrp/tmplot.git

Basic Usage

import tmplot as tmp

# Load your topic model and documents
model = your_fitted_model  # tomotopy, gensim, or bitermplus
docs = your_documents

# Create interactive report
tmp.report(model, docs=docs)

# Or create individual visualizations
coords = tmp.prepare_coords(model)
tmp.plot_scatter_topics(coords, size_col='size')

Advanced Examples

Get Stable Topics

import tmplot as tmp

# Find stable topics across multiple models
models = [model1, model2, model3, model4]
closest_topics, distances = tmp.get_closest_topics(models)
stable_topics, stable_distances = tmp.get_stable_topics(closest_topics, distances)

Analyze Model

# Calculate entropy for model selection
entropy_score = tmp.entropy(phi_matrix)

# Analyze topic stability
saliency = tmp.get_salient_terms(phi, theta)

Visualize

# Create topic distance matrix with different metrics
topic_dists = tmp.get_topics_dist(phi, method='jsd')

# Generate coordinates with custom algorithm
coords = tmp.get_topics_scatter(topic_dists, theta, method='tsne')
tmp.plot_scatter_topics(coords, topic=3)  # Highlight topic 3

Documentation & Examples

Requirements

Core dependencies: numpy, scipy, scikit-learn, pandas, altair, ipywidgets

Optional models: tomotopy, gensim, bitermplus

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tmplot-0.5.0.tar.gz (27.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tmplot-0.5.0-py3-none-any.whl (26.9 kB view details)

Uploaded Python 3

File details

Details for the file tmplot-0.5.0.tar.gz.

File metadata

  • Download URL: tmplot-0.5.0.tar.gz
  • Upload date:
  • Size: 27.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for tmplot-0.5.0.tar.gz
Algorithm Hash digest
SHA256 4f7b05c68d22e11b0cef3251e84299f99c3319221c926248bf5f70f440aaa233
MD5 9d1e0dfe46c86f229ac427edd13b2c5c
BLAKE2b-256 1b16f384723ef86236b67b3853ca79cd932b0b99872c2a92fad18a593ce71805

See more details on using hashes here.

Provenance

The following attestation bundles were made for tmplot-0.5.0.tar.gz:

Publisher: python-publish.yml on maximtrp/tmplot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tmplot-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: tmplot-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 26.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for tmplot-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0ace337c8fbe0bd3790de2e5afe6c9582f435c9a55c20541f163ffcad8c21aaa
MD5 08d4e4835b3e94aae86d633c3f4149fb
BLAKE2b-256 61a56802326a7054f2c6786be9cb9c0583374180dd9885a1483cd99c77f3b00b

See more details on using hashes here.

Provenance

The following attestation bundles were made for tmplot-0.5.0-py3-none-any.whl:

Publisher: python-publish.yml on maximtrp/tmplot

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.5.0 This release

2 files

0.4.0

2 files

0.3.0

2 files

0.2.0

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

0.0.10

1 file

0.0.9

1 file

0.0.8

1 file

0.0.7

1 file

0.0.6

1 file

0.0.5

1 file

0.0.4

1 file

0.0.3

1 file

0.0.2

1 file

0.0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page