Skip to content

0.12.6

Compare
Choose a tag to compare
@bab2min bab2min released this 11 Dec 14:11
· 52 commits to main since this release
  • New features
    • Added some convenience features to tomotopy.LDAModel.train and tomotopy.LDAModel.set_word_prior.
    • LDAModel.train now has new arguments callback, callback_interval and show_progres to monitor the training progress.
    • LDAModel.set_word_prior now can accept Dict[int, float] type as its argument prior.