Skip to content

[BUG] prms.whiten is modifying the components in PCA during transform() and inverse_transform() #2830

Closed
@cjnolet

Description

@cjnolet

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.

Metadata

Metadata

Assignees

Labels

CUDA / C++CUDA issuebugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions