Skip to content

Commit 77a8a18

Browse files
committed
DOC: fix what's new alignment
1 parent 6c3b68d commit 77a8a18

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/whats_new.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ Enhancements
4040
the tree. By `Arnaud Joly`_
4141

4242

43-
- The random forest, extra tree and decision tree estimators now has a
44-
method ``decision_path`` which returns the decision path of samples in
45-
the tree. By `Arnaud Joly`_
43+
- The random forest, extra tree and decision tree estimators now has a
44+
method ``decision_path`` which returns the decision path of samples in
45+
the tree. By `Arnaud Joly`_
4646

47-
- A new example has been added unveling the decision tree structure.
48-
By `Arnaud Joly`_
47+
- A new example has been added unveling the decision tree structure.
48+
By `Arnaud Joly`_
4949

50-
- Random forest, extra trees, decision trees and gradient boosting estimator
51-
accept the parameter ``min_samples_split`` and ``min_samples_leaf``
52-
provided as a percentage of the training samples. By
53-
`yelite`_ and `Arnaud Joly`_
50+
- Random forest, extra trees, decision trees and gradient boosting estimator
51+
accept the parameter ``min_samples_split`` and ``min_samples_leaf``
52+
provided as a percentage of the training samples. By
53+
`yelite`_ and `Arnaud Joly`_
5454

5555
Bug fixes
5656
.........

0 commit comments

Comments
 (0)