Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.
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
It's not used but needed to clone the object in the sklearn framework.
closes #294