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

Use namedtuple to store curve results (ROC, PR) for non-experimental … #574

Merged
merged 3 commits into from
Mar 5, 2024

Conversation

amrit110
Copy link
Member

@amrit110 amrit110 commented Mar 5, 2024

PR Type ([Feature | Fix | Documentation | Test])

  • Fix

Short Description

  • Use namedtuple curves for non experimental metrics

Tests Added

...

@amrit110 amrit110 requested a review from fcogidi March 5, 2024 17:26
@amrit110
Copy link
Member Author

amrit110 commented Mar 5, 2024

@fcogidi need your help on this one. The doctest check fails for the examples in the metric classes. Not sure why. You can just checkout this branch and try it out by running python3 -m doctest cyclops/evaluate/metrics/precision_recall_curve.py

@amrit110 amrit110 added the bug Something isn't working label Mar 5, 2024
@amrit110 amrit110 merged commit 838bc96 into use_namedtuple_curves Mar 5, 2024
@amrit110 amrit110 deleted the use_namedtuple_curves_non_exp branch March 5, 2024 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants