AutoML Benchmark with shorter time constraints and early stopping
Keywords: Automated Machine Learning, Early Stopping, Benchmarking
TL;DR: We benchmark 11 AutoML frameworks on 104 datasets with varying time constraints, revealing trade-offs in performance and computational cost. We also explore early stopping for improved efficiency and sustainability in AutoML.
Abstract: Automated Machine Learning (AutoML) automatically builds machine learning (ML) models on data. The de facto standard for evaluating new AutoML frameworks for tabular data is the AutoML Benchmark (AMLB). AMLB proposed to evaluate AutoML frameworks using 1- and 4-hour time budgets across 104 tasks.
We argue that shorter time constraints should be considered for the benchmark because of their practical value, such as when models need to be retrained with high frequency, and to make AMLB more accessible.
This work considers two ways in which to reduce the overall computation used in the benchmark: smaller time constraints and the use of early stopping.
We conduct evaluations of 11 AutoML frameworks on 104 tasks with different time constraints and find the relative ranking of AutoML frameworks is fairly consistent across time constraints, but that using early-stopping leads to a greater variety in model performance.
Submission Number: 9
Loading