Closed BerengereG closed 3 years ago
you don't have to specify it, but the default value gives you convergence warnings more often now (it's not entirely clear to me if increasing the number of iterations is the right fix, we actually just never showed convergence warnings from liblinear).
I have been puzzled with the output of
LogisticRegression
from p59 to 61. The issue is that I have been using sklearn version 0.24 and the default parameter for solver changed between version 0.20 and 0.22 from 'liblinear’ to ‘lbfgs’ + we now have to specify amax_iter
parameter.