-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Test __array_function__ not called in non-estimator API #15865
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
Comments
@jnothman can I work on this ? |
Sure, give it a shot |
Hi @jnothman.
They both look ok. I only did basic tests just to get a feel of the lay of the land:
What kind of delivery did you have in mind? Unitests on the functions in model_selection and inspection using _NotAnArray? @shivamgargsya are you OK with me looking into this? If you are already working on it I can find something else :-) |
After looking in the sklearn code-base I guess there is no testing infrastructure for I will open a PR that will have 2 stages: |
Please do, thanks
|
…ot activated in sklearn flows(scikit-learn#15865)
Opened [WIP] PR #18292 |
See #14702 where this was fixed in common estimator tests, but not in functions such as cross_validation and permutation_importance
The text was updated successfully, but these errors were encountered: