JuliaStats / GLMNet.jl

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

Bug Fixes for non-converging models #32

Closed biona001 closed 3 years ago

biona001 commented 5 years ago

Here are some fixes I needed to do on Julia 1.0 to get the code running when models don't converge. Specifically,

JackDunnNZ commented 3 years ago

Seems like these were incorporated in #18 and #38