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-plsalgorithms 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
- @Plutone11011 made their first contribution in #377
- @techyorzl made their first contribution in #381
- @marco-cloudflare made their first contribution in #376
- @WilsonKuo made their first contribution in #384
- @acgessler made their first contribution in #391
(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