Skip to content

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Dec 17:16
· 105 commits to master since this release
36a68c9

What's Changed

  • feat(bayes): add keyword argument API for train and untrain by @cardmagic in #97
  • fix(lsi): improve sentence and paragraph splitting in Summary by @cardmagic in #98
  • Add property-based tests for probabilistic invariants by @cardmagic in #99
  • feat(lsi): add hash-style API for adding items by @cardmagic in #101
  • feat(knn): add k-Nearest Neighbors classifier by @cardmagic in #105
  • feat(tfidf): add TF-IDF vectorizer by @cardmagic in #107
  • feat: Add Logistic Regression classifier by @cardmagic in #108
  • feat: Add streaming training and incremental SVD support by @cardmagic in #109
  • fix: accept array of categories in classifier initialization by @cardmagic in #111
  • Release v2.2.0 by @cardmagic in #112

Full Changelog: v2.1.0...v2.2.0