Skip to content

ConvergenceWarning while trainning #965

Open
@medphisiker

Description

@medphisiker

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementA new improvement or feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions