tidymodels / workflowsets

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

add `fit_best()` method for workflow sets #126

Closed simonpcouch closed 1 year ago

simonpcouch commented 1 year ago

Closes #94.

We could introduce some option to do this "by tune result" as well, though 1) this would make fit_best() not type-stable and 2) I don't know of a use case for building a set of fitted workflows that we'd like to support (as requested in 45).

github-actions[bot] commented 1 year ago

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.