tidymodels / dials

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

Remove deprecated `param_set()` #163

Closed hfrick closed 3 years ago

hfrick commented 3 years ago

The warning says it will be available until version 0.0.5 but dials is at 0.0.9 already.

> dials::param_set(max_rules())
Collection of 1 parameters for tuning

 identifier      type    object
  max_rules max_rules nparam[+]

Warning message:
`param_set()` is deprecated in favor of `parameters()`. `param_set()` will be available until version 0.0.5. 
github-actions[bot] commented 3 years 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.