-
Notifications
You must be signed in to change notification settings - Fork 411
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
FBeta update #111
FBeta update #111
Conversation
Hello @SkafteNicki! Thanks for updating this PR.
Comment last updated at 2021-03-24 14:57:42 UTC |
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.
could you use the shorten typing for torch.Tensor
@SkafteNicki mind check the failing tests :]
|
@Borda should be fixed now :] |
Codecov Report
@@ Coverage Diff @@
## master #111 +/- ##
==========================================
- Coverage 97.25% 96.75% -0.50%
==========================================
Files 140 140
Lines 4366 4376 +10
==========================================
- Hits 4246 4234 -12
- Misses 120 142 +22
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
cool, the last missing is docs, some formatting issue... |
Before submitting
What does this PR do?
Fixes #55
Fixes #58
Updates the internals of fbeta metric to use the stats score metric internal (similar to precision/recall). In addition to standardizing the interface even more, it also adds support for:
ignore_index
argument for ignoring specific classesmdmc_average
for how to aggregate when working with multi dimensional tensorsWhen everything is standardized to using the stat score metric it will be easier to implement support for non-normalized input (see issue #60 and #74)
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 🙃