New
Release 0.8.0
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-bayesAdd bernoulli naive bayes implementation by @wildart, @relf in https://github.com/rust-ml/linfa/pull/388linfa-ensembleAdd new ensemble methods crate: linfa-ensemble by @jk1015, @relf in https://github.com/rust-ml/linfa/pull/392linfa-clusteringAddpredict_proba()to Gaussian mixture model by @techyorzl in https://github.com/rust-ml/linfa/pull/381linfa-preprocessingAdd max_features and tokenizer to CountVectorizer by @marco-cloudflare in https://github.com/rust-ml/linfa/pull/376linfa-svmFix SVR nu parameter passing and rework SVR parameterization API by @relf in https://github.com/rust-ml/linfa/pull/370linfa-plsFix serde support forlinfa-plsalgorithms by @relf in https://github.com/rust-ml/linfa/pull/380linfa-nnBump kdtree to 0.7.0 by @acgessler in https://github.com/rust-ml/linfa/pull/391