How to use glmnet without regularization

I read that glmnet can be used without regularization, i.e. it can be used like normal glm. I am writing a dissertation and try to avoid using it in many different packages, so it would be convenient to use glmnet to do regular boolean regression. Can anyone help me?

+3


source to share


1 answer


Setting the alpha and lambda tuning parameters to zero should give you "normal" boolean regression without regularization.



+4


source







All Articles