Skip to content

bitermplus: v0.6.0

Compare
Choose a tag to compare
@maximtrp maximtrp released this 04 Apr 08:58
· 90 commits to main since this release

This is a major release that fixes critical bugs in arrays initialization. The previous versions of bitermplus are not recommended for use.

Changelog:

  • Arrays (n_bz, n_wz) are now properly initialized. This procedure was broken in the previous versions that led to biased results.
  • Data normalization (via _normalize hidden method) improved.
  • New NumPy random generators are used to initially assign topics to biterms.
  • Biterms (biterms_ model attribute) and topics probabilities (theta_ model attribute) are now available.
  • Biterms are now serialized as well when model is saved.