Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
cjnolet opened this issue Sep 16, 2020 · 4 comments · Fixed by #4099
Assignees
Labels
bug Something isn't working CUDA / C++ CUDA issue

Comments

@cjnolet
Copy link
Member

cjnolet commented Sep 16, 2020

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.

@github-actions
Copy link

This issue has been marked rotten due to no recent activity in the past 90d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.

@github-actions
Copy link

This issue has been marked stale due to no recent activity in the past 30d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be marked rotten if there is no activity in the next 60d.

@dantegd
Copy link
Member

dantegd commented May 12, 2021

@divyegala just wanted to ask since you're assigned if you have any updates on the status of this?

@divyegala
Copy link
Member

@dantegd sorry, no updates! Is it something we are trying to get in for 21.06?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CUDA / C++ CUDA issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants