We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4548a commit f6db8b3Copy full SHA for f6db8b3
doc/ensemble.rst
@@ -67,8 +67,8 @@ Forest of randomized trees
67
--------------------------
68
69
:class:`BalancedRandomForestClassifier` is another ensemble method in which
70
-each tre1vided a balanced boostrap sample [1CLB2004]_. This class
71
-provides all functionality of the
+each tree of the forest will be provided a balanced bootstrap sample
+[1CLB2004]_. This class provides all functionality of the
72
:class:`sklearn.ensemble.RandomForestClassifier` and notably the
73
`feature_importances_` attributes::
74
0 commit comments