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
204 stars 33 forks source link

ENH: add enet support (l1 + L2 reg for least squares) #162

Closed mathurinm closed 2 years ago

mathurinm commented 4 years ago
Badr-MOUFAD commented 2 years ago
Badr-MOUFAD commented 2 years ago
Badr-MOUFAD commented 2 years ago

@mathurinm, regarding the

  • [ ] add example in the doc

I should get inspired from the celer/examples?

Badr-MOUFAD commented 2 years ago

With this being achieved, I think we are done with #230