e_boost_evol_error {regressoR} | R Documentation |
Error Evolution
Description
Error Evolution
Usage
e_boost_evol_error(modelo, label = "Iterations")
Arguments
modelo |
a adabag model. |
label |
a label plot. |
Value
echarts4r plot
Author(s)
Joseline Quiros <joseline.quiros@promidat.com>
Examples
model <- traineR::train.gbm(Sepal.Length~., data = iris,
distribution = "gaussian", n.trees = 5, shrinkage = 0.01)
e_boost_evol_error(model, iris)
[Package regressoR version 4.0.4 Index]