-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
add array API support for d2_tweedie_score #29207
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
add array API support for d2_tweedie_score #29207
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. Apart from the formatting issue reported by the automated linter, this looks good to me.
Let me start a CUDA GPU CI run here:
If this is green and once the linting problem is fixed, +1 for merge on my end.
EDIT: CUDA CI is green.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @EmilyXinyi and welcome to the scikit-learn project!
/cc @OmarManzoor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @EmilyXinyi
Reference Issues/PRs
towards #26024
What does this implement/fix? Explain your changes.
add array API support for d2_tweedie_score
Any other comments?
I still need to update the documentation.