DataSlingers / ExclusiveLasso

Generalized Linear Models with the Exclusive Lasso Penalty
https://DataSlingers.github.io/ExclusiveLasso/
5 stars 2 forks source link

L2 Regularization #7

Open michaelweylandt opened 5 years ago

michaelweylandt commented 5 years ago

Add an option for partial L2 regularization (similar to glmnet's alpha argument) -- should only be a minor modification of the prox and CD steps.