tidymodels / extratests

Integration and other testing for tidymodels
Other
20 stars 1 forks source link

test `workflow_set()` and `workflow_map()` for survival models #183

Closed simonpcouch closed 9 months ago

simonpcouch commented 9 months ago

Closes #119. :)

simonpcouch commented 9 months ago

These tests only run fit_resamples(). I'm on board if we want to put together another round of tests with tune_grid(), but there's very little conditional logic in finetune that differentiates between tune_grid() vs. fit_resamples() vs. others.