10000 more formatting changes made #19304 · scikit-learn/scikit-learn@168e8d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 168e8d3

Browse files
committed
more formatting changes made #19304
1 parent f20f904 commit 168e8d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sklearn/ensemble/_forest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,9 +1334,9 @@ class RandomForestRegressor(ForestRegressor):
13341334
13351335
The function to measure the quality of a split. Supported criteria
13361336
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.
1337+
variance reduction as feature selection criterion, "poisson" which
1338+
uses reduction in Poisson deviance to find splits, and "mae" for
1339+
the mean absolute error.
13401340
13411341
.. versionadded:: 0.18
13421342
Mean Absolute Error (MAE) criterion.

0 commit comments

Comments
 (0)
0