@@ -60,7 +60,7 @@ Changelog
60
60
add this information to the plot.
61
61
:pr: `21038 ` by :user: `Guillaume Lemaitre <glemaitre> `.
62
62
63
- - |Enhancement | :class: `cluster.SpectralClustering ` and :func: `cluster.spectral `
63
+ - |Enhancement | :class: `cluster.SpectralClustering ` and :func: `cluster.spectral `
64
64
now include the new `'cluster_qr' ` method from :func: `cluster.cluster_qr `
65
65
that clusters samples in the embedding space as an alternative to the existing
66
66
`'kmeans' ` and `'discrete' ` methods.
@@ -105,12 +105,12 @@ Changelog
105
105
- |API | Adds :meth: `get_feature_names_out ` to :class: `impute.SimpleImputer `,
106
106
:class: `impute.KNNImputer `, :class: `impute.IterativeImputer `, and
107
107
:class: `impute.MissingIndicator `. :pr: `21078 ` by `Thomas Fan `_.
108
-
108
+
109
109
- |API | The `verbose ` parameter was deprecated for :class: `impute.SimpleImputer `.
110
110
A warning will always be raised upon the removal of empty columns.
111
111
:pr: `21448 ` by :user: `Oleh Kozynets <OlehKSS> ` and
112
112
:user: `Christian Ritter <chritter>.
113
-
113
+
114
114
- |Fix| Fix a bug in :class:`linear_model.RidgeClassifierCV ` where the method
115
115
`predict ` was performing an `argmax ` on the scores obtained from
116
116
`decision_function ` instead of returning the multilabel indicator matrix.
@@ -163,11 +163,17 @@ Changelog
163
163
instead of `__init__ `.
164
164
:pr: `21434 ` by :user: `Krum Arnaudov <krumeto> `.
165
165
166
+
167
+ :mod: `sklearn.decomposition.KernelPCA `
168
+ ..........................
169
+ -[Fix] :class: `decomposition.KernelPCA ` now validates input parameters in `fit ` instead of `__init__ `
170
+ :pr: `21567 ` by :user: `Maggie Chege <MaggieChege> `
171
+
166
172
:mod: `sklearn.svm `
167
173
..................
168
174
169
175
- |Fix | :class: `smv.NuSVC `, :class: `svm.NuSVR `, :class: `svm.SVC `,
170
- :class: `svm.SVR `, :class: `svm.OneClassSVM ` now validate input
176
+ :class: `svm.SVR `, :class: `svm.OneClassSVM ` now validate input
171
177
parameters in `fit ` instead of `__init__ `.
172
178
:pr: `21436 ` by :user: `Haidar Almubarak <Haidar13 > `.
173
179
0 commit comments