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

Perform line-search inside a while loop to ensure that the criterion is always met. #76

Closed fabianp closed 8 years ago

fabianp commented 8 years ago

Added maximum number of iterations for line-search.

fabianp commented 8 years ago

good to merge now @mblondel ?

mblondel commented 8 years ago

Yes, please merge :) I just assumed you were still working on this.

fabianp commented 8 years ago

great, thanks