rapidsai / cuml

cuML - RAPIDS Machine Learning Library
https://docs.rapids.ai/api/cuml/stable/
Apache License 2.0
4.25k stars 534 forks source link

[BUG] IncrementalPCA does not have inverse_transform defined in the API and/or docs #6055

Open jamartinh opened 2 months ago

jamartinh commented 2 months ago

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

divyegala commented 2 months ago

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