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 2c9e123 + d1269e1 commit c9f1658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantile_forest/_quantile_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ class ExtraTreesQuantileRegressor(BaseForestQuantileRegressor):
randomness can be achieved by setting smaller values, e.g. 0.3.
.. sklearn-versionchanged:: 1.1
The default of `max_features` changed from `"auto"` to `"sqrt"`.
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
Expand Down

0 comments on commit c9f1658

Please sign in to comment.