powered by
Possible lambda
e_posib_lambda( cv.glm, labels = c("Valor Superior", "Valor Inferior", "lambda") )
echarts4r plot
a cv.glmnet model.
a character vector of length 3 specifying the titles to use on legend.
Joseline Quiros <joseline.quiros@promidat.com>
x <- model.matrix(Species~., iris)[, -1] y <- iris[,'Species'] cv.glm <- glmnet::cv.glmnet(x, y, standardize = TRUE, alpha = 1, family = 'multinomial') e_posib_lambda(cv.glm)
Run the code above in your browser using DataLab