mathurinm / celer

Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.
https://mathurinm.github.io/celer/
BSD 3-Clause "New" or "Revised" License
198 stars 32 forks source link

DOC - Add examples for ``ElasticNet`` #254

Open Badr-MOUFAD opened 2 years ago

Badr-MOUFAD commented 2 years ago

Example(s) should exhibit the advantages of the ElasticNet estimator over the Lasso and OLS estimators, namely

(refer to H Zou · 2005)