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 be52df5 commit fbb32eaCopy full SHA for fbb32ea
sklearn/ensemble/_forest.py
@@ -1180,7 +1180,7 @@ class RandomForestClassifier(ForestClassifier):
1180
classifiers on various sub-samples of the dataset and uses averaging to
1181
improve the predictive accuracy and control over-fitting.
1182
Trees in the forest use the best split strategy, i.e. equivalent to passing
1183
- `splitter="best"` to the underlying :class:`~sklearn.tree.DecisionTreeRegressor`.
+ `splitter="best"` to the underlying :class:`~sklearn.tree.DecisionTreeClassifier`.
1184
The sub-sample size is controlled with the `max_samples` parameter if
1185
`bootstrap=True` (default), otherwise the whole dataset is used to build
1186
each tree.
0 commit comments