I'm trying to use the caret
package to play with alpha
levels for a glmnet
model. The problem is that the data I'm using is all dummy variables and I don't want glmnet
to standardize them. Usually if I was just using glmnet
or cv.glmnet
on its own, I'd just add
standardize = FALSE
Is there a setting in caret
to turn off standardize?