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] IncrementalPCA does not have inverse_transform defined in the API and/or docs #6055

Open
jamartinh opened this issue Sep 2, 2024 · 1 comment
Labels
bug Something isn't working doc Documentation

Comments

@jamartinh
Copy link

Describe the bug
IncrementalPCA(PCA) does not have inverse_transform defined in the API or doc

Steps/Code to reproduce bug
Look at docs for IncrementalPCA and code for IncrementalPCA

Expected behavior
To have defined the inverse_transform as PCA has.

Environment details (please complete the following information):
All

Additional context
None

@jamartinh jamartinh added ? - Needs Triage Need team to review and classify bug Something isn't working labels Sep 2, 2024
@divyegala
Copy link
Member

@jamartinh hi, IncrementalPCA.inverse_transform will work even though it's not defined in the API. We'll add it in the docs though.

@divyegala divyegala added doc Documentation and removed ? - Needs Triage Need team to review and classify labels Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working doc Documentation
Projects
None yet
Development

No branches or pull requests

2 participants