-
Notifications
You must be signed in to change notification settings - Fork 89
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
move .filter_eval_time to standalone #1034
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.
All .filter_eval_time()
related changes are 👍
The change in .check_cens_type()
looks like a linting change to me but it causes a snaphot test in extratest to break so I would suggest undoing that one.
…#780) * move function to new file * change function order for docs * documentation start * updates to the show/select functions * updates to select/show functions * updates for selecting eval times * remove commented out code * bug fix * metric test cases * add a survival model object * note for next PR * select/show test cases * small set of direct tests * update snapshot * Apply suggestions from code review Co-authored-by: Hannah Frick <[email protected]> * Apply suggestions from code review * updates from previous review * small cli update * doc update * refresh snapshots * modularize a check * Remake with newest CRAN version of scales for #775 * argument checks for tune functions * Apply suggestions from code review Co-authored-by: Hannah Frick <[email protected]> * Apply suggestions from code review Co-authored-by: Hannah Frick <[email protected]> * add dot when function is invoked * add a warning for eval times with non-survival models * go back to enquos * rework warning text * rework warning text pt 2 * unit tests for regression and classification * caller envs * unit tests * rework call envs * survival unit tests * Apply suggestions from code review Co-authored-by: Hannah Frick <[email protected]> * update tests for more recent version of yardstick * use standalone file from tidymodels/parsnip#1034 --------- Co-authored-by: Hannah Frick <[email protected]>
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. |
As discussed in tidymodels/tune#780
The error and warning both use cli now so we might see some extratest breakages. I will investigate that.