@@ -44,20 +44,6 @@ Changelog
44
44
:pr:`123456` by :user:`Joe Bloggs <joeongithub>`.
45
45
where 123456 is the *pull request* number, not the issue number.
46
46
47
- :mod: `sklearn.feature_extraction `
48
- .................................
49
-
50
- - |Fix | Fixed a bug in class:`feature_extraction.HashingVectorizer ` where some
51
- input strings would result in negative indices in the transformed data.
52
- :pr: `19035 ` by :user: `Liu Yu <ly648499246> `.
53
-
54
- :mod: `sklearn.tree `
55
- ...................
56
-
57
- - |Enhancement | Add `fontname ` argument in :func: `tree.export_graphviz `
58
- for non-English characters. :pr: `18959 ` by :user: `Zero <Zeroto521> `
59
- and :user: `wstates <wstates> `.
60
-
61
47
:mod: `sklearn.cluster `
62
48
......................
63
49
@@ -73,27 +59,26 @@ Changelog
73
59
- |Fix | Fixes incorrect multiple data-conversion warnings when clustering
74
60
boolean data. :pr: `19046 ` by :user: `Surya Prakash <jdsurya> `.
75
61
62
+ :mod: `sklearn.feature_extraction `
63
+ .................................
64
+
65
+ - |Fix | Fixed a bug in class:`feature_extraction.HashingVectorizer ` where some
66
+ input strings would result in negative indices in the transformed data.
67
+ :pr: `19035 ` by :user: `Liu Yu <ly648499246> `.
68
+
76
69
:mod: `sklearn.linear_model `
77
70
...........................
78
71
79
- - |Fix | :meth: `ElasticNet.fit ` no longer modifies `sample_weight ` in place.
80
- :pr: `19055 ` by `Thomas Fan `_.
81
-
82
72
- |Enhancement | Validate user-supplied gram matrix passed to linear models
83
73
via the `precompute ` argument. :pr: `19004 ` by :user: `Adam Midvidy <amidvidy> `.
84
74
75
+ - |Fix | :meth: `ElasticNet.fit ` no longer modifies `sample_weight ` in place.
76
+ :pr: `19055 ` by `Thomas Fan `_.
77
+
85
78
- |Fix | :class: `Lasso `, :class: `ElasticNet ` no longer have a `dual_gap_ `
86
79
not corresponding to their objective. :pr: `19172 ` by
87
80
:user: `Mathurin Massias <mathurinm> `
88
81
89
- :mod: `sklearn.naive_bayes `
90
- ..........................
91
-
92
- - |API | The attribute ``sigma_ `` is now deprecated in
93
- :class: `naive_bayes.GaussianNB ` and will be removed in 1.2.
94
- Use ``var_ `` instead.
95
- :pr: `18842 ` by :user: `Hong Shao Yang <hongshaoyang> `.
96
-
97
82
- |API |: The parameter ``normalize `` of :class: `linear_model.LinearRegression `
98
83
is deprecated and will be removed in 1.2.
99
84
Motivation for this deprecation: ``normalize `` parameter did not take any
@@ -106,6 +91,21 @@ Changelog
106
91
:pr:`17743 ` by :user: `Maria Telenczuk <maikia> ` and
107
92
:user: `Alexandre Gramfort <agramfort> `.
108
93
94
+ :mod: `sklearn.naive_bayes `
95
+ ..........................
96
+
97
+ - |API | The attribute ``sigma_ `` is now deprecated in
98
+ :class: `naive_bayes.GaussianNB ` and will be removed in 1.2.
99
+ Use ``var_ `` instead.
100
+ :pr: `18842 ` by :user: `Hong Shao Yang <hongshaoyang> `.
101
+
102
+ :mod: `sklearn.tree `
103
+ ...................
104
+
105
+ - |Enhancement | Add `fontname ` argument in :func: `tree.export_graphviz `
106
+ for non-English characters. :pr: `18959 ` by :user: `Zero <Zeroto521> `
107
+ and :user: `wstates <wstates> `.
108
+
109
109
Code and Documentation Contributors
110
110
-----------------------------------
111
111
0 commit comments