Skip to content

Commit f6db8b3

Browse files
authored
DOC: correct statement in Balanced Random Forest (#498)
1 parent 0c4548a commit f6db8b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/ensemble.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Forest of randomized trees
6767
--------------------------
6868

6969
:class:`BalancedRandomForestClassifier` is another ensemble method in which
70-
each tre1vided a balanced boostrap sample [1CLB2004]_. This class
71-
provides all functionality of the
70+
each tree of the forest will be provided a balanced bootstrap sample
71+
[1CLB2004]_. This class provides all functionality of the
7272
:class:`sklearn.ensemble.RandomForestClassifier` and notably the
7373
`feature_importances_` attributes::
7474

0 commit comments

Comments
 (0)