File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ enhancements to features released in 0.20.0.
15
15
Changelog
16
16
---------
17
17
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
+
18
25
:mod: `sklearn.preprocessing `
19
26
............................
20
27
Original file line number Diff line number Diff line change @@ -109,10 +109,6 @@ Support for Python 3.4 and below has been officially dropped.
109
109
weights would not be correctly updated in some cases.
110
110
:issue: `11646 ` by `Tom Dupre la Tour `_.
111
111
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
-
116
112
- |API | :func: `linear_model.logistic_regression_path ` is deprecated
117
113
in version 0.21 and will be removed in version 0.23.
118
114
:issue: `12821 ` by :user: `Nicolas Hug <NicolasHug> `.
You can’t perform that action at this time.
0 commit comments