File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,9 @@ random sampling procedures.
192
192
- :class: `semi_supervised.LabelSpreading ` (bug fix)
193
193
- :class: `semi_supervised.LabelPropagation ` (bug fix)
194
194
- tree based models where ``min_weight_fraction_leaf `` is used (enhancement)
195
+ - :class: `model_selection.StratifiedKFold ` with ``shuffle=True ``
196
+ (this change, due to :issue: `7823 ` was not mentioned in the release notes at
197
+ the time)
195
198
196
199
Details are listed in the changelog below.
197
200
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ random sampling procedures.
29
29
- :class: `neural_network.BaseMultilayerPerceptron ` (bug fix)
30
30
- :class: `neural_network.MLPRegressor ` (bug fix)
31
31
- :class: `neural_network.MLPClassifier ` (bug fix)
32
+ - The v0.19.0 release notes failed to mention a backwards incompatibility with
33
+ :class: `model_selection.StratifiedKFold ` when ``shuffle=True `` due to
34
+ :issue: `7823 `.
32
35
33
36
Details are listed in the changelog below.
34
37
You can’t perform that action at this time.
0 commit comments