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 Negative Predictive Value #538

Merged
merged 2 commits into from
Dec 19, 2023
Merged

Add Negative Predictive Value #538

merged 2 commits into from
Dec 19, 2023

Conversation

fcogidi
Copy link
Collaborator

@fcogidi fcogidi commented Dec 19, 2023

PR Type

Feature & fix.

Short Description

  • Add Negative Predictive Value metric to the experimental metrics module.
  • Fix typos and docstring.

Tests Added

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

@fcogidi fcogidi added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 19, 2023
@fcogidi fcogidi self-assigned this Dec 19, 2023
Copy link

codecov bot commented Dec 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9608603) 68.40% compared to head (7742ecf) 68.64%.
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #538      +/-   ##
==========================================
+ Coverage   68.40%   68.64%   +0.23%     
==========================================
  Files         106      108       +2     
  Lines       10091    10168      +77     
==========================================
+ Hits         6903     6980      +77     
  Misses       3188     3188              
Files Coverage Δ
...perimental/functional/negative_predictive_value.py 100.00% <100.00%> (ø)
...ate/metrics/experimental/functional/specificity.py 100.00% <ø> (ø)
.../metrics/experimental/negative_predictive_value.py 100.00% <100.00%> (ø)
cyclops/evaluate/metrics/f_beta.py 97.43% <ø> (ø)

... and 2 files with indirect coverage changes

Impacted file tree graph

@fcogidi fcogidi merged commit 2fcfec6 into main Dec 19, 2023
7 checks passed
@fcogidi fcogidi deleted the add_negative_predictive_value branch December 19, 2023 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant