8000 DOC Move MultiTaskElasticNet what's new from 0.21 to 0.20.3 (#12984) · scikit-learn/scikit-learn@82e2160 · GitHub
[go: up one dir, main page]

Skip to content

Commit 82e2160

Browse files
qinhanmin2014jnothman
authored andcommitted
DOC Move MultiTaskElasticNet what's new from 0.21 to 0.20.3 (#12984)
1 parent 41aa3ed commit 82e2160

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ enhancements to features released in 0.20.0.
1515
Changelog
1616
---------
1717

18+
:mod:`sklearn.linear_model`
19+
...........................
20+
21+
- |Fix| Fixed a bug in :class:`linear_model.MultiTaskElasticNet` and
22+
:class:`linear_model.MultiTaskLasso` which were breaking when
23+
``warm_start = True``. :issue:`12360` by :user:`Aakanksha Joshi <joaak>`.
24+
1825
:mod:`sklearn.preprocessing`
1926
............................
2027

doc/whats_new/ 9BB5 v0.21.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ Support for Python 3.4 and below has been officially dropped.
109109
weights would not be correctly updated in some cases.
110110
:issue:`11646` by `Tom Dupre la Tour`_.
111111

112-
- |Fix| Fixed a bug in :class:`linear_model.MultiTaskElasticNet` and
113-
:class:`linear_model.MultiTaskLasso` which were breaking when
114-
``warm_start = True``. :issue:`12360` by :user:`Aakanksha Joshi <joaak>`.
115-
116112
- |API| :func:`linear_model.logistic_regression_path` is deprecated
117113
in version 0.21 and will be removed in version 0.23.
118114
:issue:`12821` by :user:`Nicolas Hug <NicolasHug>`.

0 commit comments

Comments
 (0)
0