tidymodels / tune

Tools for tidy parameter tuning
https://tune.tidymodels.org
Other
282 stars 42 forks source link

check `add_tailor(method)` against `method` automatically deduced from resamples #900

Closed simonpcouch closed 1 month ago

simonpcouch commented 5 months ago

Once we've decided on a format for method in https://github.com/tidymodels/workflows/issues/233, we ought to decide how to check add_tailor(method) against the method that can be automatically deduced from the resamples.

https://github.com/tidymodels/tune/blob/10798b9e8f3b208bec803f9eb8e0bd63db41325e/R/grid_code_paths.R#L401-L404

simonpcouch commented 1 month ago

This argument is no longer provided to tailors!

github-actions[bot] commented 2 weeks ago

This issue 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.