Skip to content

Commit

Permalink
Merge branch 'main' into 1.3.X
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Apr 15, 2024
2 parents 78d8df5 + efe6f06 commit d7b56be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quantile_forest/_quantile_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,6 @@ class RandomForestQuantileRegressor(BaseForestQuantileRegressor):
.. sklearn-versionchanged:: 1.1
The default of `max_features` changed from `"auto"` to 1.0.
Note: the search for a split does not stop until at least one
valid partition of the node samples is found, even if it requires to
effectively inspect more than ``max_features`` features.
Expand Down

0 comments on commit d7b56be

Please sign in to comment.