-
Notifications
You must be signed in to change notification settings - Fork 416
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 Specificity metric #210
Conversation
Hello @arvindmuralie77! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-05-03 17:25:02 UTC |
Can we make the testing simpler by flipping the labels and predictions and calculating regular recall (by calling sklearn functions) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM, some extra comments:
- remember to add entry to the
docs/source/references/modules.rst
anddocs/source/references/functional.rst
- remember to add entry to
CHANGELOG.md
file
Codecov Report
@@ Coverage Diff @@
## master #210 +/- ##
==========================================
- Coverage 96.68% 96.62% -0.06%
==========================================
Files 180 92 -88
Lines 5786 2935 -2851
==========================================
- Hits 5594 2836 -2758
+ Misses 192 99 -93
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hi @arvindmuralie77,
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, only change is to remove the unused arguments. I know that other metrics are doing this, but lets try not to do it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Before submitting
What does this PR do?
Fixes #106 .
Added classification and functional for specificity. Also added tests
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃