Skip to content

Commit ccbf997

Browse files
jnothmanqinhanmin2014
authored andcommitted
DOC note change in StratifiedKFold shuffle in 0.19 (#10768)
1 parent b2a55f0 commit ccbf997

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/whats_new/v0.19.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ random sampling procedures.
192192
- :class:`semi_supervised.LabelSpreading` (bug fix)
193193
- :class:`semi_supervised.LabelPropagation` (bug fix)
194194
- 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)
195198

196199
Details are listed in the changelog below.
197200

doc/whats_new/v0.20.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ random sampling procedures.
2929
- :class:`neural_network.BaseMultilayerPerceptron` (bug fix)
3030
- :class:`neural_network.MLPRegressor` (bug fix)
3131
- :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`.
3235

3336
Details are listed in the changelog below.
3437

0 commit comments

Comments
 (0)