-
Notifications
You must be signed in to change notification settings - Fork 19.6k
Implement corrcoef function in keras.ops #21372
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #21372 +/- ##
==========================================
+ Coverage 82.65% 82.67% +0.01%
==========================================
Files 565 565
Lines 54802 55057 +255
Branches 8508 8567 +59
==========================================
+ Hits 45297 45518 +221
- Misses 7413 7441 +28
- Partials 2092 2098 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Nice work, thank you for the PR!
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!
Adds keras.ops.corrcoef, which computes the Pearson correlation coefficient matrix. Supported across NumPy, TensorFlow, PyTorch, and JAX backends, but not supported on OpenVINO.