Skip to content

Fixed array api support for MinMaxScaler with clip=True#29751

Merged
OmarManzoor merged 7 commits intoscikit-learn:mainfrom
Shree7676:MinMaxScaler_xp.clip
Sep 13, 2024
Merged

Fixed array api support for MinMaxScaler with clip=True#29751
OmarManzoor merged 7 commits intoscikit-learn:mainfrom
Shree7676:MinMaxScaler_xp.clip

Conversation

@Shree7676
Copy link
Contributor

Fixes #29607
Sorry @StefanieSenger I did not see you were already working on it in #29615

@github-actions
Copy link

github-actions bot commented Aug 30, 2024

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: f81dd4a. Link to the linter CI: here

@Shree7676
Copy link
Contributor Author

@ogrisel
My Apologies, Wasn't able to notice the '#'
Changes our done
Thanks

@ogrisel
Copy link
Member

ogrisel commented Sep 3, 2024

The debian_atlas_32bit failure is unrelated. Being investigated at #29771.

Copy link
Member

@ogrisel ogrisel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (if CI is still green after the last commit).

Copy link
Contributor

@OmarManzoor OmarManzoor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @Shree7676

@OmarManzoor OmarManzoor merged commit f6f6b77 into scikit-learn:main Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MinMaxScaler is not array API compliant if clip=True

3 participants