Closed hfrick closed 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
rand_forest()
Registration for decision_tree(): https://github.com/tidymodels/parsnip/blob/865e18f5aa848f08178ed255723852926689fe89/R/tunable.R#L330-L335
decision_tree()
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.
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-L309Registration for
decision_tree()
: https://github.com/tidymodels/parsnip/blob/865e18f5aa848f08178ed255723852926689fe89/R/tunable.R#L330-L335