View source: R/mod_model_rndf_utils.R
e_rf_error | R Documentation |
Error Evolution
e_rf_error(model, label = "Trees")
model |
a random forest model. |
label |
a label plot. |
echarts4r plot
Joseline Quiros <joseline.quiros@promidat.com>
model <- traineR::train.randomForest(Species~., iris, mtry = 2, ntree = 20)
label <- "Trees"
e_rf_error(model, label)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.