File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
728Version 0.20.0
You can’t perform that action at this time.
0 commit comments