Published October 17, 2021
| Version v0.9.3
Software
Open
MaartenGr/BERTopic: v0.9.3 - Quickfix
Description
Fix #282, #285, and #288.
Fixes- #282
- As it turns out the old implementation of topic mapping was still found in the
transform
function
- As it turns out the old implementation of topic mapping was still found in the
- #285
- Fix getting all representative docs
- Fix #288
- A recent issue with the package
pyyaml
that can be found in Google Colab
- A recent issue with the package
- Remove the
YAMLLoadWarning
each time BERTopic is imported
import yaml
yaml._warnings_enabled["YAMLLoadWarning"] = False
Files
MaartenGr/BERTopic-v0.9.3.zip
Files
(6.2 MB)
Name | Size | Download all |
---|---|---|
md5:0ca4a79fb3368e03586dffa95b503e2a
|
6.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/MaartenGr/BERTopic/tree/v0.9.3 (URL)