-
Notifications
You must be signed in to change notification settings - Fork 419
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
Metric bootstrapper #101
Metric bootstrapper #101
Conversation
Codecov Report
@@ Coverage Diff @@
## master #101 +/- ##
==========================================
- Coverage 96.89% 87.95% -8.95%
==========================================
Files 148 152 +4
Lines 4638 4757 +119
==========================================
- Hits 4494 4184 -310
- Misses 144 573 +429
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hello @SkafteNicki! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-03-27 08:11:51 UTC |
Before submitting
What does this PR do?
Fixes #96
Implements a wrapper metric that allows the user to get bootstrapped metric values easily:
where mean, std will be the mean and standard deviation calculated over 10 different metrics that have each been updated with resampled (with replacement) versions of
preds, target
.Efficient way to determine confidence interval for metric values.
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 🙃