FLAML icon indicating copy to clipboard operation
FLAML copied to clipboard

How to change value of max_iter in Logistic Regression in AutoML ?

Open shivam-maurya-git opened this issue 1 year ago • 1 comments

I am working on classification task using AutoML.

While using lrl1 and lrl2 , I am getting error :

ConvergenceWarning: lbfgs failed to converge (status=1): STOP: TOTAL NO. of ITERATIONS REACHED LIMIT. How can I solve this ?

shivam-maurya-git avatar Dec 24 '23 14:12 shivam-maurya-git

Hi, This is a warning that was created when specifically in small datasets... In turn, this warning states that the algorithm has reached the solution. So thats simply the explanation For a more in-depth explanation, check out: https://stackoverflow.com/questions/62658215/convergencewarning-lbfgs-failed-to-converge-status-1-stop-total-no-of-iter Thanks

prdai avatar May 28 '24 06:05 prdai