Open
Description
Hello,
auto-sklearn works great for my. But during training I often get messages like this:
/usr/local/lib/python3.6/dist-packages/sklearn/linear_model/_stochastic_gradient.py:557: ConvergenceWarning: Maximum number of iteration reached before convergence. Consider increasing max_iter to improve the fit.
ConvergenceWarning)
Sometimes these lines are repeated about 100-200 times one after the other.
Please tell me if there is any way to increase this 'max_iter' for stochastic_gradient using by auto-sklearn?
I tried increasing the time by using "time_left_for_this_task" and "per_run_time_limit". But it didn't help.