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

Penalty aliases #27

Open mblondel opened 9 years ago

mblondel commented 9 years ago

lasso => l1 ridge => l2 group_lasso => l1/l2

This is useful because people often confuse l1/l2 with elastic-net.

arose13 commented 5 years ago

I 100x agree