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