GLMNet.jl
GLMNet.jl copied to clipboard
Warm starts
Is there a way to use warm starts for glmnet and glmnetcv? The R wrapper seems to have the warm start capability.
Thanks!
The only mention of warm starts I can find is in glmnet.fit
which says it should not be used by users: https://www.rdocumentation.org/packages/glmnet/versions/4.0-2/topics/glmnet.fit
Is that what you were referring to or was it something else?