tidymodels / workflowsets

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

require optional arguments to be named #151

Closed simonpcouch closed 6 months ago

simonpcouch commented 6 months ago

Thankfully not many changes needed here. :)

Did not move dots in fit_best.workflow_set(), autoplot.workflow_set(),leave_var_out_formulas(), workflow_map() since they're passed to downstream functions. Did not move in comment_print() for consistency with other comment_*() functions.

Follows up on tidymodels/tune#863.