e_ada_evol_error {predictoR}R Documentation

Error Evolution

Description

Error Evolution

Usage

e_ada_evol_error(modelo, datos, label = "Iterations")

Arguments

modelo

a adabag model.

datos

a data.frame object.

label

a label plot.

Value

echarts4r plot

Author(s)

Joseline Quiros <joseline.quiros@promidat.com>

Examples

model <- traineR::train.adabag(Species~., iris, mfinal = 20, coeflearn = 'Freund')
e_ada_evol_error(model, iris)


[Package predictoR version 4.1.1 Index]