-
Notifications
You must be signed in to change notification settings - Fork 1
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
show_best tests for censored regression models #156
Conversation
@hfrick After review, we can set on this PR until tidymodels/tune#781 is resolved. |
Warning: | ||
Metric "concordance_survival" was used to evaluate model candidates in the race but "brier_survival_integrated" has been chosen to rank the candidates. These results may not agree with the race. | ||
Error in `show_best()`: | ||
! "brier_survival_integrated" was not in the metric set. Please choose from: "concordance_survival". |
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.
Let's just error here instead of warn about the metric and then error anyway. I'll open an issue if you agree.
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.
Open the issue on finetune tidymodels/finetune#89 -- this PR is ready to merge!
Co-authored-by: Hannah Frick <[email protected]>
Initial tests for #118