tidymodels / dials

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

Deprecate `grid_latin_hypercube()` and `grid_max_entropy()` #332

Closed hfrick closed 4 months ago

hfrick commented 4 months ago

With #329 we now have a new grid_space_filling() which is one function for all available types of space-filling designs.

With that we have a mismatch in what's available/exported between different types of space-filling designs though: we have grid_latin_hypercube() and grid_max_entropy() but no, say, grid_audze_eglais().

Thus we deprecate grid_latin_hypercube() and grid_max_entropy(), starting with a soft-deprecation.