What's Changed
Linfa's 0.8.1 release adds Least Angle Regression algorithm in the new linfa-lars crate and Random Forest and AdaBoost algorithms in linfa-ensemble.
linfa-lars: Add Least Angle Regression by @aswin-1111 in https://github.com/rust-ml/linfa/pull/421linfa-ensemble:- Add Random Forest as a sub case to
EnsembleLearnerby @ladezai in https://github.com/rus...
- Add Random Forest as a sub case to