-
Notifications
You must be signed in to change notification settings - Fork 42
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 brier score to default classification metrics #859
Conversation
I did not see any revdep failures besides the existing ones. |
``` | ||
|
||
# tidyclust |
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.
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.
Happy to see that this looks pretty straightforward so far!
Many of the tests in tune use the example generated objects in test/testthat/data
. Could we rerun inst/test_objects.R
and see how tests look after that?
@simonpcouch CI is good and no additional revdep issues |
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.
Awesome, thanks for rerunning those. Let's do it!🙂
Not related to this PR specifically, but noting that we now have a circular dependency with tune and finetune. (tune needs a test change for finetune, finetune needs dev tune features.)
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
There causes some extratests breakages but those are pretty easy to change.