We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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 ?
ConvergenceWarning: lbfgs failed to converge (status=1): STOP: TOTAL NO. of ITERATIONS REACHED LIMIT.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: