Nothing
r descr_models("decision_tree", "rpartScore")
defaults <- tibble::tibble( parsnip = c("tree_depth", "min_n", "cost_complexity"), default = c("30L", "2L", "0.01") ) param <- decision_tree() |> set_engine("rpartScore") |> set_mode("classification") |> make_parameter_list(defaults)
This model has r nrow(param) tuning parameters:
param$item
#| label: rpart-cls-decision-tree-ordered decision_tree( tree_depth = integer(1), min_n = integer(1), cost_complexity = double(1) ) |> set_engine("rpartScore") |> set_mode("classification") |> translate()
#| child: template-tree-split-factors.Rmd
#| child: template-uses-case-weights.Rmd
#| label: predict-types parsnip:::get_from_env("decision_tree_predict") |> dplyr::filter(engine == "rpartScore") |> dplyr::select(mode, type)
Galimberti G, Soffritti G, Di Maso M. 2012. Classification Trees for Ordinal Responses in R: The rpartScore Package. Journal of Statistical Software 47(10):1-25. \doi{10.18637/jss.v047.i10}.
Kuhn, M, and K Johnson. 2013. Applied Predictive Modeling. Springer.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.