-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
ENH Add Array API compatibility to mean_absolute_error
#27736
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
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
4481be6
converted mae to array api
EdAbati 8b3dc8d
fixes for MPS device
EdAbati 451352c
Merge remote-tracking branch 'origin/main' into mae-array-api
EdAbati 0f6ea74
updated docs
EdAbati 746d8ec
returning float when scalar
EdAbati 4b2604e
fixed comment
EdAbati bc9e6f8
added float32 comment
EdAbati cb3613d
improved error message
EdAbati 0b58f4b
added test with axis=0
EdAbati 002cacf
added error tests
EdAbati 6f452a6
fix to dtype=float32
EdAbati 48bd567
test multioutput
EdAbati 855aad0
Update sklearn/metrics/_regression.py
EdAbati 80450bf
Merge branch 'main' into mae-array-api
EdAbati c4d7ef9
Merge branch 'main' into mae-array-api
EdAbati d3378d5
fix linting
EdAbati 6447185
added new error message
EdAbati b390da3
using _convert_to_numpy in tests
EdAbati 7fa04e2
Merge branch 'main' into mae-array-api
EdAbati b8fe7c4
adding xfail for cupy.array_api
EdAbati d3cf189
Update sklearn/utils/_array_api.py
EdAbati adc2809
Merge remote-tracking branch 'upstream/main' into mae-array-api
EdAbati 6fc2978
Merge remote-tracking branch 'upstream/main' into mae-array-api
EdAbati fcd2078
remove redundant test
EdAbati dab04a0
updated relevant release note
EdAbati ce38872
re enabled check_array_api_multioutput_regression_metric
EdAbati fcf5ee4
removed the cast to float
EdAbati 58b799e
readded cast to float
EdAbati 0e7ed2a
match r2_score changes
EdAbati 4403874
Trigger CI
ogrisel 3c311b0
add missing :user:
EdAbati 197fe3e
Merge remote-tracking branch 'upstream/main' into mae-array-api
EdAbati 5cc9c25
moved to 1.6 whatsnew
EdAbati 18d3ec3
removed reduntant conversion
EdAbati 6ab0d16
Merge remote-tracking branch 'upstream/main' into mae-array-api
EdAbati e0dea5b
Revert unrelated change to 1.5.
ogrisel 0fa23d3
Revert more unrelated changelog.
ogrisel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.