Skip to content

Release 0.8.0

Latest

Choose a tag to compare

@relf relf released this 30 Sep 09:43
· 5 commits to master since this release
06eb432

What's Changed

Besides Bernouilli naive bayes classifier and bootstrap aggregation ensemble method, most notably Linfa's 0.8.0 release brings support for ndarray 0.16.

  • [linfa-bayes] Add bernoulli naive bayes implementation by @wildart, @relf in #388
  • [linfa-ensemble] Add new ensemble methods crate: linfa-ensemble by @jk1015, @relf in #392
  • [linfa-clustering] Add predict_proba() to Gaussian mixture model by @techyorzl in #381
  • [linfa-preprocessing] Add max_features and tokenizer to CountVectorizer by @marco-cloudflare in #376
  • [linfa-svm] Fix SVR nu parameter passing and rework SVR parameterization API by @relf in #370
  • [linfa-pls] Fix serde support for linfa-pls algorithms by @relf in #380
  • [linfa-nn] Bump kdtree to 0.7.0 by @acgessler in #391
  • [linfa-trees] Replace Vec with VecDeque for proper BFT queue behavior in NodeIter by @WilsonKuo in #384
  • [linfa]:

New Contributors

(I tried to track all contributors. Please get in touch if anybody is missing, I will update the release notes accordingly)

Full Changelog: 0.7.1...0.8.0