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 precision and recall #525

Merged
merged 1 commit into from
Dec 7, 2023
Merged

Add precision and recall #525

merged 1 commit into from
Dec 7, 2023

Conversation

fcogidi
Copy link
Collaborator

@fcogidi fcogidi commented Dec 7, 2023

PR Type

Feature.

Short Description

  • Add precision and recall metrics.

Tests Added

  • tests/cyclops/evaluate/metrics/experimental/test_precision_recall.py

@fcogidi fcogidi added enhancement New feature or request refactor Refactor existing code, with same or similar functionality labels Dec 7, 2023
@fcogidi fcogidi self-assigned this Dec 7, 2023
@fcogidi fcogidi requested a review from amrit110 December 7, 2023 19:39
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Merging #525 (1e29f5d) into main (cb7d32f) will increase coverage by 0.29%.
Report is 1 commits behind head on main.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #525      +/-   ##
==========================================
+ Coverage   65.81%   66.10%   +0.29%     
==========================================
  Files          98      100       +2     
  Lines        9653     9737      +84     
==========================================
+ Hits         6353     6437      +84     
  Misses       3300     3300              
Files Coverage Δ
...aluate/metrics/experimental/functional/accuracy.py 100.00% <100.00%> (ø)
...etrics/experimental/functional/precision_recall.py 100.00% <100.00%> (ø)
.../evaluate/metrics/experimental/precision_recall.py 100.00% <100.00%> (ø)
cyclops/evaluate/metrics/experimental/utils/ops.py 92.09% <100.00%> (+0.42%) ⬆️

Impacted file tree graph

@amrit110 amrit110 merged commit 4cd2eb2 into main Dec 7, 2023
7 checks passed
@amrit110 amrit110 deleted the fco/add_precision_recall branch December 7, 2023 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor Refactor existing code, with same or similar functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants