Skip to content

Commit 621a147

Browse files
committed
News formatting
1 parent aa1c995 commit 621a147

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/website/content/news/release_081.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Release 0.8.1"
33
date = "2025-12-23"
44
+++
55

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.
77

88
<!-- more -->
99

@@ -28,7 +28,7 @@ Ensemble methods combine the predictions of several base estimators built with a
2828

2929
#### Random Forest
3030

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)
3232

3333
#### AdaBoost
3434

0 commit comments

Comments
 (0)