Skip to content
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 Matthews Correlation Coefficient (MCC) metric #550

Merged
merged 18 commits into from
Feb 20, 2024
Merged

Add Matthews Correlation Coefficient (MCC) metric #550

merged 18 commits into from
Feb 20, 2024

Conversation

fcogidi
Copy link
Collaborator

@fcogidi fcogidi commented Feb 2, 2024

PR Type

Feature.

Short Description

Add Matthews Correlation Coefficient.

Tests Added

tests/cyclops/evaluate/metrics/experimental/test_matthews_corr_coef.py

@fcogidi fcogidi added the enhancement New feature or request label Feb 2, 2024
Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (087e6f8) 70.71% compared to head (924514b) 70.92%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #550      +/-   ##
==========================================
+ Coverage   70.71%   70.92%   +0.20%     
==========================================
  Files         126      128       +2     
  Lines       11224    11305      +81     
==========================================
+ Hits         7937     8018      +81     
  Misses       3287     3287              
Files Coverage Δ
.../evaluate/metrics/experimental/confusion_matrix.py 98.71% <ø> (ø)
...etrics/experimental/functional/confusion_matrix.py 89.01% <ø> (ø)
...rics/experimental/functional/matthews_corr_coef.py 100.00% <100.00%> (ø)
...valuate/metrics/experimental/matthews_corr_coef.py 100.00% <100.00%> (ø)
cyclops/utils/index.py 100.00% <100.00%> (ø)

Impacted file tree graph

@fcogidi fcogidi enabled auto-merge (squash) February 20, 2024 22:45
@fcogidi fcogidi disabled auto-merge February 20, 2024 23:29
@fcogidi fcogidi merged commit 04de639 into main Feb 20, 2024
5 of 6 checks passed
@fcogidi fcogidi deleted the add_mcc branch February 20, 2024 23:33
@fcogidi fcogidi restored the add_mcc branch February 21, 2024 15:35
fcogidi added a commit that referenced this pull request Feb 21, 2024
fcogidi added a commit that referenced this pull request Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants