tidy_cforest | R Documentation |
Runs a conditional inference forest.
tidy_cforest(data, formula, seed = 1)
data |
dataframe |
formula |
formula |
seed |
seed integer |
a cforest model
iris %>%
tidy_cforest(
tidy_formula(., Petal.Width)
) -> iris_cfor
iris_cfor
iris_cfor %>%
visualize_model()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.