tidymodels / workflowsets

Create a collection of modeling workflows
https://workflowsets.tidymodels.org/
Other
92 stars 10 forks source link

support `eval_time` in `fit_best()` and `rank_results()` #144

Closed simonpcouch closed 7 months ago

simonpcouch commented 7 months ago

~An initial, incomplete go at introducing full support for survival in workflowsets. Still some more work to do and tests to add, though my COVID brain is tired, so I'm going to go nap.😴~

fit_best.workflow_set() handles eval_time as much like fit_best.tune_results() as it can, and the same goes for rank_results() and select_best.tune_results().

Note that this PR will introduce a dev tune dependency. Related to #142.