Skip to content

Tags: Huertas97/BERTopic

Tags

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed embedding parameter not working (MaartenGr#36)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix language bug (MaartenGr#34)

v0.4.0

Toggle v0.4.0's commit message
Update documentation

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bugfix topic reduction (MaartenGr#15)

* Fix topic reduction not accounting for linked mappings
* Return nr_topics + 1 (= outlier group)

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added probability distributions (MaartenGr#9)

* Add topic probabilities (MaartenGr#8)
* Added visualization of topic probabilities
* Update documentation
* Remove logging for topic reduction

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed ngram + added stopwords (MaartenGr#6, MaartenGr#5)

* Fixed ngram and added stopwords
* Update pypi version

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix package version (MaartenGr#3)

There were issues with the versions of the dependencies which resulted in poor clustering results. Fixed by reverting to the old versions.

v0.1.2

Toggle v0.1.2's commit message
v0.1.2

* Fixed model missing self.mapped_topics
* Added logo
* Added google colab tutorials (alsof for gpu acceleration)

v0.1.1

Toggle v0.1.1's commit message
v0.1.1

* Fixed requirements
* Update docs
* Update readme