Releases: bab2min/tomotopy
Releases · bab2min/tomotopy
0.2.0
Release 0.2.0 version
Update
- New models including
tomotopy.CTModel
andtomotopy.SLDAModel
were added into the package. - A new parameter option
rm_top
was added for all topic models.
Bug Fixed
- The problems in
save
andload
method forPAModel
andHPAModel
were fixed. - An occassional crash in loading
HDPModel
was fixed. - The problem that
ll_per_word
was calculated incorrectly whenmin_cf
> 0 was fixed.