Closed
Description
I noticed this while investigating #2804. After training, nothing should be modifying the trained parameters, however, when whiten=True
, the components are being modified in transform()
and inverse_transform()
.
In this case, we should either be making a copy of the components, or possibly figure out how to perform the operations directly on the output.