You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand correctly, the SAGA solver, i.e. sag_solver, is able to compute a squared error elastic net, but ElasticNet only uses coordinate descent.
Therefore, I propose to expose SAGA as a solver in ElasticNet.