e_rf_error {regressoR} | 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")