tidymodels / censored

Parsnip wrappers for survival models
https://censored.tidymodels.org/
Other
123 stars 12 forks source link

Remove unused info on tunable engine args for partykit #253

Closed hfrick closed 1 year ago

hfrick commented 1 year ago

This info generally gets registered in parsnip rather than an extension package. For partykit, this is already all set up in parsnip:

The tibble translating to dials: https://github.com/tidymodels/parsnip/blob/865e18f5aa848f08178ed255723852926689fe89/R/tunable.R#L156-L171

Registration for rand_forest(): https://github.com/tidymodels/parsnip/blob/865e18f5aa848f08178ed255723852926689fe89/R/tunable.R#L308-L309

Registration for decision_tree(): https://github.com/tidymodels/parsnip/blob/865e18f5aa848f08178ed255723852926689fe89/R/tunable.R#L330-L335

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.