8000 DOC Add sections to whats new 0.20.1 (#12183) · cynco/scikit-learn@d88bef1 · GitHub
[go: up one dir, main page]

Skip to content

Commit d88bef1

Browse files
qinhanmin2014rth
authored andcommitted
DOC Add sections to whats new 0.20.1 (scikit-learn#12183)
1 parent da0cb32 commit d88bef1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/whats_new/v0.20.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,36 @@ Version 0.20.1
1212
This is a bug-fix release with some minor documentation improvements and
1313
enhancements to features released in 0.20.0.
1414

15+
Changelog
16+
---------
17+
18+
:mod:`sklearn.cluster`
19+
......................
20+
1521
- |Efficiency| make :class:`cluster.MeanShift` no longer try to do nested
1622
parallelism as the overhead would hurt performance significantly when
1723
``n_jobs > 1``.
1824
:issue:`12159` by :user:`Olivier Grisel <ogrisel>`.
1925

26+
:mod:`sklearn.ensemble`
27+
.......................
28+
2029
- |Fix| Fixed a bug mostly affecting :class:`ensemble.RandomForestClassifier`
2130
where ``class_weight='balanced_subsample'`` failed with more than 32 classes.
2231
:issue:`12165` by `Joel Nothman`_.
2332

33+
:mod:`sklearn.linear_model`
34+
...........................
35+
2436
- |Fix| :func:`linear_model.SGDClassifier` and variants
2537
with ``early_stopping=True`` would not use a consistent validation
2638
split in the multiclass case and this would cause a crash when using
2739
those estimators as part of parallel parameter search or cross-validation.
2840
:issue:`12122` by :user:`Olivier Grisel <ogrisel>`.
2941

42+
:mod:`sklearn.neighbors`
43+
........................
44+
3045
- |Fix| force the parallelism backend to :code:`threading` for
3146
:class:`neighbors.KDTree` and :class:`neighbors.BallTree` in Python 2.7 to
3247
avoid pickling errors caused by the serialization of their methods.

0 commit comments

Comments
 (0)
0