tidymodels / tune

Tools for tidy parameter tuning
https://tune.tidymodels.org
Other
282 stars 42 forks source link

refactor `predict_model()` so that it takes `data` rather than a `split` #908

Closed simonpcouch closed 5 months ago

simonpcouch commented 5 months ago

Along with #893, this would be the last step to be able to just define analysis, assessment, and (possibly) potato at the top of tune_grid_loop_iter(), and then be able to get rid of the split object altogether.

This would also allow for #901 to be addressed.

github-actions[bot] commented 5 months ago

This issue 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.