8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7a272 commit 75f0bebCopy full SHA for 75f0beb
doc/whats_new/v1.1.rst
@@ -42,6 +42,12 @@ Changelog
42
now conducts validation for `max_features` and `feature_names_in` parameters.
43
:pr:`23299` by :user:`Long Bao <lorentzbao>`.
44
45
+:mod:`sklearn.decomposition`
46
+............................
47
+
48
+- |Fix| Avoid spurious warning in :class:`decomposition.IncrementalPCA` when
49
+ `n_samples == n_components`. :pr:`23264` by :user:`Lucy Liu <lucyleeow>`.
50
51
:mod:`sklearn.feature_selection`
52
................................
53
0 commit comments