automl / amltk

A build-it-yourself AutoML Framework
https://automl.github.io/amltk/
BSD 3-Clause "New" or "Revised" License
68 stars 6 forks source link

refactor(pipeline): `optimize` now requires one of `timeout` or #252

Closed eddiebergman closed 10 months ago

eddiebergman commented 10 months ago

Having a max_trials defaulting to 3 was dump in retrospect as you may have expected that setting timeout would mean it would keep going until that timeout was reached.

Now one of the two must be specified, either max_trials or timeout.