Learn R Programming

predictoR (version 3.0.3)

e_rf_error: Error Evolution

Description

Error Evolution

Usage

e_rf_error(model, label = "Trees")

Value

echarts4r plot

Arguments

model

a random forest model.

label

a label plot.

Author

Joseline Quiros <joseline.quiros@promidat.com>

Examples

Run this code
model <- traineR::train.randomForest(Species~., iris, mtry = 2, ntree = 20)
label <- "Trees"
e_rf_error(model, label)


Run the code above in your browser using DataLab