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 F-score #527

Merged
merged 2 commits into from
Dec 8, 2023
Merged

Add F-score #527

merged 2 commits into from
Dec 8, 2023

Conversation

fcogidi
Copy link
Collaborator

@fcogidi fcogidi commented Dec 8, 2023

PR Type

Feature.

Short Description

  • Add F-beta and F1 score.

Tests Added

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

@fcogidi fcogidi added enhancement New feature or request refactor Refactor existing code, with same or similar functionality labels Dec 8, 2023
@fcogidi fcogidi self-assigned this Dec 8, 2023
Copy link

codecov bot commented Dec 8, 2023

Codecov Report

Merging #527 (29302cf) into main (033de88) will increase coverage by 0.37%.
The diff coverage is 99.38%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #527      +/-   ##
==========================================
+ Coverage   66.13%   66.50%   +0.37%     
==========================================
  Files         100      103       +3     
  Lines        9750     9862     +112     
==========================================
+ Hits         6448     6559     +111     
- Misses       3302     3303       +1     
Files Coverage Δ
...lops/evaluate/metrics/experimental/_stat_scores.py 100.00% <100.00%> (ø)
cyclops/evaluate/metrics/experimental/accuracy.py 100.00% <100.00%> (ø)
cyclops/evaluate/metrics/experimental/f_score.py 100.00% <100.00%> (ø)
.../evaluate/metrics/experimental/precision_recall.py 100.00% <100.00%> (ø)
...valuate/metrics/experimental/functional/f_score.py 98.36% <98.36%> (ø)

Impacted file tree graph

@fcogidi fcogidi merged commit a75ef4b into main Dec 8, 2023
7 checks passed
@fcogidi fcogidi deleted the fco/add_f_score branch December 8, 2023 18:56
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.

1 participant