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

FIX set precompute in LassoCV #295

Closed mathurinm closed 4 months ago

mathurinm commented 4 months ago

It's not used but needed to clone the object in the sklearn framework.

closes #294

mathurinm commented 4 months ago

The CI error is due to codecov, that will be fixed in #296. Merging