Skip to content

Releases: MaartenGr/BERTopic

Fixed missing mapped_topics

01 Oct 09:09
Compare
Choose a tag to compare

When transforming new documents, self.mapped_topics seemed to be missing. Added to the init.

Fixed requirements

24 Sep 12:58
Compare
Choose a tag to compare
  • Fixed requirements --> Issue with pytorch
  • Update docs
  • Update readme

First Release

24 Sep 12:17
Compare
Choose a tag to compare
  • Added parameters for UMAP and HDBSCAN
  • Option to choose sentence-transformer model
  • Method for transforming unseen documents
  • Save and load trained models (UMAP and HDBSCAN)
  • Extract topics and their sizes
  • Optimized c-TF-IDF
  • Improved documentation
  • Improved topic reduction