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

Lipschitz constant in adaptive step size #75

Closed fabianp closed 8 years ago

fabianp commented 8 years ago

This is reminder for me to implement a while loop in the adaptive strategy so that the Lipschitz condition is always verified.

fabianp commented 8 years ago

done