We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4981cbf commit fc42de6Copy full SHA for fc42de6
doc/whats_new/v1.6.rst
@@ -165,6 +165,14 @@ Changelog
165
and automatic retries in case of HTTP errors. :pr:`29354` by :user:`Olivier
166
Grisel <ogrisel>`.
167
168
+:mod:`sklearn.decomposition`
169
+............................
170
+
171
+- |Fix| Increase rank defficiency threshold in the whitening step of
172
+ :class:`decomposition.FastICA` with `whiten_solver="eigh"` to improvement
173
+ platform-agnosticity of the estimator. :pr:`29354` by :user:`Olivier Grisel
174
+ <ogrisel>`.
175
176
:mod:`sklearn.discriminant_analysis`
177
....................................
178
0 commit comments