Skip to content
New issue

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

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

Open
shivam-maurya-git opened this issue Dec 24, 2023 · 1 comment

Comments

@shivam-maurya-git
Copy link

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 ?

@Programmer-RD-AI
Copy link
Contributor

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants