8000 DOC Move MultiTaskElasticNet what's new from 0.21 to 0.20.3 by qinhanmin2014 · Pull Request #12984 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

DOC Move MultiTaskElasticNet what's new from 0.21 to 0.20.3 #12984

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/whats_new/v0.20.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ enhancements to features released in 0.20.0.
Changelog
---------

:mod:`sklearn.linear_model`
...........................

- |Fix| Fixed a bug in :class:`linear_model.MultiTaskElasticNet` and
:class:`linear_model.MultiTaskLasso` which were breaking when
``warm_start = True``. :issue:`12360` by :user:`Aakanksha Joshi <joaak>`.

:mod:`sklearn.preprocessing`
............................

Expand Down
4 changes: 0 additions & 4 deletions doc/whats_new/v0.21.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ Support for Python 3.4 and below has been officially dropped.
weights would not be correctly updated in some cases.
:issue:`11646` by `Tom Dupre la Tour`_.

- |Fix| Fixed a bug in :class:`linear_model.MultiTaskElasticNet` and
:class:`linear_model.MultiTaskLasso` which were breaking when
``warm_start = True``. :issue:`12360` by :user:`Aakanksha Joshi <joaak>`.

- |API| :func:`linear_model.logistic_regression_path` is deprecated
in version 0.21 and will be removed in version 0.23.
:issue:`12821` by :user:`Nicolas Hug <NicolasHug>`.
Expand Down
0