Skip to main content

HDBSCAN Tuning for BERTopic Models

Project description

TopicTuner — Tune BERTopic HDBSCAN Models

To install from PyPi :

pip install topicmodeltuner

The Problem

Out of the box, BERTopic relies upon HDBSCAN to cluster topics. Two of the most important HDBSCAN parameters, min_cluster_size and sample_size will almost always have a dramatic effect on cluster formation. They dictate the number of clusters created including the -1 or uncategorized cluster. While with some datasets a large number of uncategorized documents may be the right clustering, in practice BERTopic will essentially discard a large percentage of "good" documents and not use them for cluster formation and topic formation.

HDBSCAN is quite sensitive to the values of these two parameters relative to the text being clustered. This means that when using the BERTopic default value of min_topic_size=10 (which is assigned to HDBSCAN's min_cluster_size) the default parameters will more often than not result in an unmanageable number of topics; as well as a sub-optimal number of uncategorized documents. Additionally, documents assigned to the -1 category will not be used to determine topic vocabularly results.

The Solution

TopicTuner provides a TopicModelTuner class — a convenience wrapper for BERTopic Models that efficiently manages the process of discovering optimized min_cluster_size and sample_size parameters, providing:

  • Random and grid search functionality to quickly discover optimized parameters for a given BERTopic model.
  • An internal datastore that records all searches for a given model, making parameter selection fast and easy.
  • Visualizations to assist in parameter tuning and selection.
  • Two way Import/Export functionality so that you can start from scratch, or with an existing BERTopic model and export a BERTopic model with optimized parameters at the end of your session.
  • Save and Load for persistance.

To get you started this release includes both a demo notebook and API documentation

Project details


Download files

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

Source Distribution

topicmodeltuner-0.3.2.tar.gz (23.7 kB view details)

Uploaded Source

Built Distribution

topicmodeltuner-0.3.2-py3-none-any.whl (24.3 kB view details)

Uploaded Python 3

File details

Details for the file topicmodeltuner-0.3.2.tar.gz.

File metadata

  • Download URL: topicmodeltuner-0.3.2.tar.gz
  • Upload date:
  • Size: 23.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for topicmodeltuner-0.3.2.tar.gz
Algorithm Hash digest
SHA256 4f5d2f5a7da44422da12a26f47aa592aa7a1b5ad9ef0bbe3a2d3c9aa9c4235b4
MD5 f30e7ac455340e1f2a6efc505814d426
BLAKE2b-256 a353b6c5e0ff3b18b54c01924d0e4651411db9eab700bba811616d887051fb11

See more details on using hashes here.

File details

Details for the file topicmodeltuner-0.3.2-py3-none-any.whl.

File metadata

File hashes

Hashes for topicmodeltuner-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8bc97423ad1ee7255de508e728c2230d35e7f697a7003262bbfbbf275d07dae2
MD5 f4726228db26b5d2211ffc862539775e
BLAKE2b-256 8b01cb519ed64d2164f8464e602c6f963acefa09118f5a512d29972db228ad6a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page