decision_tree()
defines a model as a set of if/then
statements that
creates a tree-based structure. This function can fit classification,
regression, and censored regression models.
parsnip:::make_engine_list("decision_tree")
More information on how parsnip is used for modeling is at
https://www.tidymodels.org/.