-
Notifications
You must be signed in to change notification settings - Fork 23
Issue 248 #256
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
Issue 248 #256
Conversation
1f38bd7
to
0bb263e
Compare
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.
Really nice, thanks a lot!
Codecov Report
@@ Coverage Diff @@
## master #256 +/- ##
==========================================
+ Coverage 91.33% 91.36% +0.02%
==========================================
Files 21 21
Lines 1362 1366 +4
==========================================
+ Hits 1244 1248 +4
Misses 118 118
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I changed to testing with some tolerance as a workaround. |
This PR closes #248 by depreciating
metric
insummarise_scores()
in favour ofrelative_skill_metric()
. In order to do this robustly I have added a new dependency on thelifecycle
package.I have added tests of this change as well as adding tests for the relative skill functionality of
summarise_scores()
. I have checked all uses ofmetric
in the documentation to check they are up to date and updated as required.