scikit-learn-contrib / lightning

Large-scale linear classification, regression and ranking in Python
https://contrib.scikit-learn.org/lightning/
1.73k stars 214 forks source link

[MRG] support float3d in prox_tv1d #119

Closed vene closed 7 years ago

vene commented 7 years ago

Use fused types to support float32 in fused lasso (pun intended)

mblondel commented 7 years ago

LGTM!

fabianp commented 7 years ago

LGTM and merged