tidymodels / discrim

Wrappers for discriminant analysis and naive Bayes models for use with the parsnip package
https://discrim.tidymodels.org
Other
28 stars 3 forks source link

remove deprecated `default` arg for dials parameter objects #58

Closed hfrick closed 1 year ago

hfrick commented 1 year ago

The next version of dials will deprecate the default argument to the constructors dials::new_quant_param() and dials::new_qual_param() so this PR removes usage of those arguments.

For more context: https://github.com/tidymodels/dials/pull/241

github-actions[bot] commented 1 year ago

This pull request 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.