2020

AutoGluon-Tabular: Robust and Accurate AutoML for Structured Data

Erickson, Nick, Mueller, Jonas, Shirkov, Alexander et al.

Understand

We introduce AutoGluon-Tabular, an open-source AutoML framework that requires only a single line of Python to train highly accurate machine learning models on an unprocessed tabular dataset such as a CSV file.

  • Unlike existing AutoML frameworks that primarily focus on model/hyperparameter selection, AutoGluon-Tabular succeeds by ensembling multiple models and stacking them in multiple layers.
  • Experiments reveal that our multi-layer combination of many models offers better use of allocated training time than seeking out the best.
  • A second contribution is an extensive evaluation of public and commercial AutoML platforms including TPOT, H2O, AutoWEKA, auto-sklearn, AutoGluon, and Google AutoML Tables.

Reading the bibliography…