10000
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 f20f904 commit 168e8d3Copy full SHA for 168e8d3
sklearn/ensemble/_forest.py
@@ -1334,9 +1334,9 @@ class RandomForestRegressor(ForestRegressor):
1334
1335
The function to measure the quality of a split. Supported criteria
1336
are "squared_error" for the mean squared error, which is equal to
1337
- variance reduction as feature selection criterion, "poisson" which uses
1338
- reduction in Poisson deviance to find splits, and "mae" for the
1339
- mean absolute error.
+ variance reduction as feature selection criterion, "poisson" which
+ uses reduction in Poisson deviance to find splits, and "mae" for
+ the mean absolute error.
1340
1341
.. versionadded:: 0.18
1342
Mean Absolute Error (MAE) criterion.
0 commit comments