e_rf_error {predictoR} | R Documentation |
Error Evolution
Description
Error Evolution
Usage
e_rf_error(model, label = "Trees")
Arguments
model |
a random forest model. |
label |
a label plot. |
Value
echarts4r plot
Author(s)
Joseline Quiros <joseline.quiros@promidat.com>
Examples
model <- traineR::train.randomForest(Species~., iris, mtry = 2, ntree = 20)
label <- "Trees"
e_rf_error(model, label)
[Package predictoR version 3.0.10 Index]