libTLDA icon indicating copy to clipboard operation
libTLDA copied to clipboard

ConvergenceWarning: lbfgs failed to converge (status=1): STOP: TOTAL NO. of ITERATIONS REACHED LIMIT.

Open Hsgngr opened this issue 4 years ago • 1 comments

Increase the number of iterations (max_iter) or scale the data as shown in: https://scikit-learn.org/stable/modules/preprocessing.html Please also refer to the documentation for alternative solver options: https://scikit-learn.org/stable/modules/linear_model.html#logistic-regression extra_warning_msg=_LOGISTIC_SOLVER_CONVERGENCE_MSG) C:\Users\Ege\Anaconda3\lib\site-packages\sklearn\linear_model_logistic.py:940: ConvergenceWarning: lbfgs failed to converge (status=1): STOP: TOTAL NO. of ITERATIONS REACHED LIMIT.

giving this error however I never got this error with any sklearn algorithm before.

Hsgngr avatar May 21 '20 13:05 Hsgngr

Mmh, I've never seen this error before either. What are you trying to do?

wmkouw avatar Jul 02 '20 19:07 wmkouw