0.12.6
- New features
- Added some convenience features to
tomotopy.LDAModel.train
andtomotopy.LDAModel.set_word_prior
. LDAModel.train
now has new argumentscallback
,callback_interval
andshow_progres
to monitor the training progress.LDAModel.set_word_prior
now can acceptDict[int, float]
type as its argumentprior
.
- Added some convenience features to