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 355c944 commit 609604cCopy full SHA for 609604c
doc/ensemble.rst
@@ -110,7 +110,7 @@ takes the same parameters than the scikit-learn
110
111
It also possible to turn a balanced bagging classifier into a balanced random
112
forest using a decision tree classifier and setting the parameter
113
-``max_features='auto'`. It allows to randomly select a subset of features for
+``max_features='auto'``. It allows to randomly select a subset of features for
114
each tree::
115
116
>>> brf = BalancedBaggingClassifier(
0 commit comments