Linfa Menu
Linfa's 0.8.1 release adds Random Forest and AdaBoost boosting algorithms in linfa-ensemble and Least Angle Regression in the new linfa-lars crate.
linfa-ica: fix missing exponential by @lmmx in https://github.com/rust-ml/linfa/pull/426linfa:
DatasetLeast Angle Regression (LARS) is an algorithm used in regression for high dimensional data.
Ensemble methods combine the predictions of several base estimators built with a given learning algorithm in order to improve generalizability / robustness over a single estimator.
See sklearn.ensemble Random Forests