Skip to content

Commit 4207225

Browse files
ogriselrth
authored andcommitted
DOC start section for the 0.20.1 bugfix notes (#12170)
1 parent 86931ad commit 4207225

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

doc/whats_new/v0.20.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
.. currentmodule:: sklearn
44

5+
.. _changes_0_20_1:
6+
7+
Version 0.20.1
8+
==============
9+
10+
**October XX, 2018**
11+
12+
This is a bug-fix release with some minor documentation improvements and
13+
enhancements to features released in 0.20.0.
14+
15+
- |Efficiency| make :class:`cluster.MeanShift` no longer try to do nested
16+
parallelism as the overhead would hurt performance significantly when
17+
``n_jobs > 1``.
18+
:issue:`12159` by :user:`Olivier Grisel <ogrisel>`.
19+
20+
- |Fix| :func:`linear_model.SGDClassifier` and variants
21+
with ``early_stopping=True`` would not use a consistent validation
22+
split in the multiclass case and this would cause a crash when using
23+
those estimators as part of parallel parameter search or cross-validation.
24+
:issue:`12122` by :user:`Olivier Grisel <ogrisel>`.
25+
526
.. _changes_0_20:
627

728
Version 0.20.0

0 commit comments

Comments
 (0)