Published December 14, 2021
| Version v0.9.4
Software
Open
MaartenGr/BERTopic: v0.9.4
Description
A number of fixes, documentation updates, and small features:
Highlights:- Expose diversity parameter
- Use
BERTopic(diversity=0.1)to change how diverse the words in a topic representation are (ranges from 0 to 1)
- Use
- Improve stability of topic reduction by only computing the cosine similarity within c-TF-IDF and not the topic embeddings
- Added property to c-TF-IDF that all IDF values should be positive (#351)
- Major documentation overhaul (mkdocs, tutorials, FAQ, images, etc. ) (#330)
- Additional logging for
.transform(#356)
Files
MaartenGr/BERTopic-v0.9.4.zip
Files
(6.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:94cd688697264594e36b5f70dba8a9cf
|
6.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/MaartenGr/BERTopic/tree/v0.9.4 (URL)