You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/website/content/news/release_081.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title = "Release 0.8.1"
3
3
date = "2025-12-23"
4
4
+++
5
5
6
-
`linfa 0.8.1`adds random forest, and AdaBoost boosting algorithms in `linfa-ensemble` and least angle regression in a new `linfa-lars` crate.
6
+
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.
7
7
8
8
<!-- more -->
9
9
@@ -28,7 +28,7 @@ Ensemble methods combine the predictions of several base estimators built with a
28
28
29
29
#### Random Forest
30
30
31
-
See [sklearn.ensemble forest](https://scikit-learn.org/stable/modules/ensemble.html#forest)
31
+
See [sklearn.ensemble Random Forests](https://scikit-learn.org/stable/modules/ensemble.html#forest)
0 commit comments