-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
ENH add support for Array API to mean_pinball_loss
and explained_variance_score
#29978
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
OmarManzoor
merged 15 commits into
scikit-learn:main
from
virchan:issues/26024/regression_metrics
Dec 3, 2024
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
b8f3c5c
ENH Add support for Array API to various regression metrics
virchan 8b73961
Update 1.6 log
virchan 8258b9a
Modify the `test_mean_pinball_loss_on_constant_predictions` function
virchan 85a162a
Reverting `median_absolute_error` and `d2_pinball_score`.
virchan fe6177f
Reverting `d2_absolute_error_score`.
virchan 7b0cf0c
Update changelog.
virchan 168f105
Add metrics to `array_api_metric_checkers` and change datatype.
virchan 58f4fd6
Merge branch 'main' into issues/26024/regression_metrics
virchan 0990413
Update type casting in `mean_pinball_loss`.
virchan 206bef6
Update type casting in `mean_pinball_loss`.
virchan bcdb100
Merge branch 'main' into issues/26024/regression_metrics
virchan 07a9d9f
Merge branch 'main' into issues/26024/regression_metrics
virchan a732bda
update `mean_pinball_score` and `explained_variance_score` with `_che…
virchan a87ee75
update `explained_variance_score`.
virchan bf5b195
Update doc/whats_new/upcoming_changes/array-api/29978.feature.rst
virchan 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- :func:`sklearn.metrics.explained_variance_score` and | ||
:func:`sklearn.metrics.mean_pinball_loss` now support Array API compatible inputs. | ||
by :user:`Virgil Chan <virchan>` |
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
Oops, something went wrong.
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.