-
-
Notifications
You must be signed in to change notification settings - Fork 26.5k
FEA Add array API support for laplacian_kernel
#32613
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
FEA Add array API support for laplacian_kernel
#32613
Conversation
laplacian_kernel
OmarManzoor
left a comment
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. Thank you @zubairshakoorarbisoft
Within the array_api.rst metrics list we can remove the additional comment in brackets from sklearn.metrics.pairwise.pairwise_kernels as that is not applicable anymore.
- :func:
sklearn.metrics.pairwise.pairwise_kernels(supports allsklearn.pairwise.PAIRWISE_KERNEL_FUNCTIONSexcept :func:sklearn.metrics.pairwise.laplacian_kernel)
lucyleeow
left a comment
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, just @OmarManzoor's comment to fix.
Reference Issues/PRs:
Towards: #26024
What does this implement/fix? Explain your changes:
Add array API support for
sklearn.metrics.laplacian_kernel