[scikit-learn] logistic regression results are not stable between solvers

serafim loukas seralouk at hotmail.com
Wed Oct 9 16:10:44 EDT 2019


The predictions across solver are exactly the same when I run the code.
I am using 0.21.3 version. What is yours?


In [13]: import sklearn

In [14]: sklearn.__version__
Out[14]: '0.21.3'


Serafeim



On 9 Oct 2019, at 21:44, Benoît Presles <benoit.presles at u-bourgogne.fr<mailto:benoit.presles at u-bourgogne.fr>> wrote:

(y_pred_lbfgs==y_pred_saga).all() == False

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20191009/3c3c468a/attachment.html>


More information about the scikit-learn mailing list