JuliaStats / GLMNet.jl

Julia wrapper for fitting Lasso/ElasticNet GLM models using glmnet
Other
95 stars 35 forks source link

Warm starts #47

Open ehamid opened 4 years ago

ehamid commented 4 years ago

Is there a way to use warm starts for glmnet and glmnetcv? The R wrapper seems to have the warm start capability.

Thanks!

JackDunnNZ commented 4 years ago

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?