automl / auto-sklearn

Automated Machine Learning with scikit-learn
https://automl.github.io/auto-sklearn
BSD 3-Clause "New" or "Revised" License
7.48k stars 1.27k forks source link

[Question] What is the clear termination condition for the autoML algorithm? #1687

Open belzheng opened 10 months ago

belzheng commented 10 months ago

Short Question Description

Hello, I would like to ask if Bayesian optimization under this autoML framework has a clear termination condition, or just time_left_for_this_task and per_run_time_limit are the indication of the stop condition, and how can we translate this condition, the maximum models to search? Looking forward to your reply,thanks!