-
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
Survival summarize predictions include tuning parameters and .iter #798
Conversation
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.
I've left a whole bunch of comments on the corresponding test PR but those largely don't seem to stem from this PR. The one I would investigate before moving further with this PR is tidymodels/extratests#158 (comment)
Additionally, I don't think this actually closes #800 , I'm gonna edit the PR description to reflect that so that we don't accidentally close it.
Co-authored-by: Hannah Frick <hfrick@users.noreply.github.com>
* initial tests * updates for tidymodels/tune#798 * SA test updates * update tune version * update bayesian opt tests * update racing unit tests * update tune version * temporarily point to PR * improve readability of reference object * racing updates; also covers changes in tidymodels/finetune#90 * updated for changes in #804 * test for #138 and tidymodels/finetune#81 * PR tune#798 has been merged, new one to check with is tune#804 * updated for new tune version * version bumps * update with new tune warning wording * changes for tidymodels/tune#806 * more updated snapshots * mroe snapshot updates * update censored bagging snapshot * irreproducible results; see #160 --------- Co-authored-by: ‘topepo’ <‘mxkuhn@gmail.com’> Co-authored-by: Hannah Frick <hannah@posit.co>
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. |
These were some missing
.by
arguments and the columns were left out of the results.Also reorders the columns of
collect_predictions()
so thatstarts_with(".pred")
columns are to the right (previously scattered, esp in survival results).Tests in extratests.