e_boost_evol_error {regressoR} | R Documentation |
Error Evolution
e_boost_evol_error(modelo, label = "Iterations")
modelo |
a adabag model. |
label |
a label plot. |
echarts4r plot
Joseline Quiros <joseline.quiros@promidat.com>
model <- traineR::train.gbm(Sepal.Length~., data = iris,
distribution = "gaussian", n.trees = 5, shrinkage = 0.01)
e_boost_evol_error(model, iris)