File tree Expand file tree Collapse file tree 3 files changed +222
-24
lines changed Expand file tree Collapse file tree 3 files changed +222
-24
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,18 @@ Changelog
219
219
and :class: `ensemble.HistGradientBoostingRegressor ` instead.
220
220
:pr: `14907 ` by `Adrin Jalali `_.
221
221
222
+ - |Enhancement | Addition of ``max_samples `` argument allows limiting
223
+ size of bootstrap samples to be less than size of dataset. Added to
224
+ :class: `ensemble.forest.ForestClassifier `,
225
+ :class: `ensemble.forest.ForestRegressor `,
226
+ :class: `ensemble.forest.RandomForestClassifier `,
227
+ :class: `ensemble.forest.RandomForestRegressor `,
228
+ :class: `ensemble.forest.ExtraTreesClassifier `,
229
+ :class: `ensemble.forest.ExtraTreesRegressor `,
230
+ :class: `ensemble.forest.RandomTreesEmbedding `. :pr: `14682 ` by
231
+ :user: `Matt Hancock <notmatthancock> ` and
232
+ :pr: `5963 ` by :user: `Pablo Duboue <DrDub> `.
233
+
222
234
:mod: `sklearn.feature_extraction `
223
235
.................................
224
236
You can’t perform that action at this time.
0 commit comments