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

FIX: issue #54 #55

Closed fabianp closed 8 years ago

fabianp commented 8 years ago

SAG(A) was not able to compute probabilities, this should fix it. Added a tests.

mblondel commented 8 years ago

Merged!