-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to increase iterations? #48
Comments
Hey @RicardoFCJ - I've seen this a bunch in the past but have never had a chance to debug what's going on. If you have time would love to hear what you learn. If you grep the codebase for |
I'm sorry for the delayed response. |
I am reviving this, because I have problems with it aswell. If the duality gap is too large, results are really not so good because the optimization did not converge. A manual fix is to increase However, I was thinking of a more permanent solution. Since |
I'm trying to train the models but it is not converging. I tried to set max_iter in regressor, but it is not recognizing it. This is the warning I'm getting.
ConvergenceWarning: Objective did not converge. You might want to increase the number of iterations. Duality gap: 0.17428639502685428, tolerance: 0.0699999999999999
Should I just wait for it to finish, or, if not, how can I increase iterations?
The text was updated successfully, but these errors were encountered: