0.3.0
Update
- A new model,
tomotopy.LLDAModel
was added into the package. - Since hyperparameter estimation for
HDPModel
was implemented, the result ofHDPModel
may differ from previous versions. If you want to turn off hyperparameter estimation of HDPModel, setoptim_interval
to zero.
Fixed bugs
- A crashing issue of
HDPModel
was fixed. (#6)