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 8815c82 commit c3822acCopy full SHA for c3822ac
doc/whats_new/v1.0.rst
@@ -120,7 +120,10 @@ Changelog
120
output which is used to initialize the code.
121
:pr:`18433` by :user:`Bruno Charron <brcharron>`.
122
123
-- |Fix| Fixed a bug in :class:`decomposition.KernelPCA`'s ``inverse_transform``.
+- |Fix| Fixed a bug in :class:`decomposition.KernelPCA`'s
124
+ ``inverse_transform``. It now reconstructs the mean of the data by adding
125
+ the mean at the last step of reconstruction, in the same way as
126
+ ``inverse_transform`` of :class:`decomposition.PCA`.
127
:pr:`19732` by :user:`Kei Ishikawa <kstoneriv3>`.
128
129
:mod:`sklearn.ensemble`
0 commit comments