You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the documentation for max_iter is wrong in the docstring of LogisticRegression: the documentation claims that the parameter is not passed to saga and liblinear.
max_iter is clearly passed to saga.
From a cursory look at the code, it seems that it is also passed to liblinear.
The documentation should be fixed, including checking what liblinear actually does, and maybe a test should be written.