Published March 26, 2021
| Version v0.11.0
Software
Open
bab2min/tomotopy: 0.11.0
Description
- A new topic model
tomotopy.PTModelfor short texts was added into the package. - An issue was fixed where
tomotopy.HDPModel.infercauses a segmentation fault sometimes. - A mismatch of numpy API version was fixed.
- Now asymmetric document-topic priors are supported.
- Serializing topic models to
bytesin memory is supported. - An argument
normalizewas added toget_topic_dist(),get_topic_word_dist()andget_sub_topic_dist()for controlling normalization of results. - Now
tomotopy.DMRModel.lambdasandtomotopy.DMRModel.alphagive correct values. - Categorical metadata supports for
tomotopy.GDMRModelwere added (see https://github.com/bab2min/tomotopy/blob/main/examples/gdmr_both_categorical_and_numerical.py ). - Python3.5 support was dropped.
Files
bab2min/tomotopy-v0.11.0.zip
Files
(1.1 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:6d45adf3d6558680674d2eca20d726b1
|
1.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/bab2min/tomotopy/tree/v0.11.0 (URL)