Skip to content
Prev 284838 / 398502 Next

Choosing glmnet lambda values via caret

Usually when using raw glmnet I let the implementation choose the
lambdas.  However when training via caret::train the lambda values are
predetermined.  Is there any way to have caret defer the lambda
choices to caret::train and thus choose the optimal lambda
dynamically?