tidymodels / dials

Tools for creating tuning parameter values
https://dials.tidymodels.org/
Other
111 stars 26 forks source link

make S3 methods for grid functions that dispatch from model/recipe/workflow #335

Closed topepo closed 1 month ago

topepo commented 2 months ago

To eliminate a step of extracting the parameter set and for future-proofing for mixed grids (where we need to know about submodel parameters).

hfrick commented 2 months ago

So grid_random.recipe() or grid_space_filling.workflow()? Since we generally try to stick S3 methods for a class into the same package as the class itself, should we open issues for this on recipes/parsnip/workflows?