View source: R/mod_model_boost_utils.R
e_ada_evol_error | R Documentation |
Error Evolution
e_ada_evol_error(modelo, datos, label = "Iterations")
modelo |
a adabag model. |
datos |
a data.frame object. |
label |
a label plot. |
echarts4r plot
Joseline Quiros <joseline.quiros@promidat.com>
model <- traineR::train.adabag(Species~., iris, mfinal = 20, coeflearn = 'Freund')
e_ada_evol_error(model, iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.