paper-with-me

Papers

AutoGluon-Tabular: Robust and Accurate AutoML for Structured Data

2020-03-13 · Nick Erickson, Jonas Mueller, Alexander Shirkov, Hang Zhang, Pedro Larroy, Mu Li, Alexander Smola

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. Tests on a suite of 50 classification and regression tasks from Kaggle and the OpenML AutoML Benchmark reveal that AutoGluon is faster, more robust, and much more accurate. We find that AutoGluon often even outperforms the best-in-hindsight combination of all of its competitors. In two popular Kaggle competitions, AutoGluon beat 99% of the participating data scientists after merely 4h of training on the raw data.

📄 PDF Abstract BibTeX arXiv:2003.06505

Code (7)

Innixma/autogluon-benchmarking 공식 구현 mxnet
BingLiHanShuang/AutoGluon_IntegrateSimpleFeedforward mxnet
autogluon/autogluon pytorch
aws-samples/autogluon-on-aws
daekeun-ml/autogluon-on-aws
jianzhnie/AutoTabular pytorch
jim-schwoebel/allie pytorch

Tasks

AutoMLMolecular Property PredictionNeural Architecture Search

Similar Papers 제목 키워드 기반

AutoGluon-Multimodal (AutoMM): Supercharging Multimodal AutoML with Foundation Models

2024-04-24 · Zhiqiang Tang, Haoyang Fang, Su Zhou, Taojiannan Yang 외

AutoGluon-Multimodal (AutoMM) is introduced as an open-source AutoML library designed specifically for multimodal learning. Distinguished by its exceptional ease of use, AutoMM enables fine-tuning of foundation models wi…

AutoMLImage Segmentationobject-detectionObject Detection+2

AutoGluon-TimeSeries: AutoML for Probabilistic Time Series Forecasting

2023-08-10 · Oleksandr Shchur, Caner Turkmen, Nick Erickson, Huibin Shen 외

We introduce AutoGluon-TimeSeries - an open-source AutoML library for probabilistic time series forecasting. Focused on ease of use and robustness, AutoGluon-TimeSeries enables users to generate accurate point and quanti…

AutoMLPhilosophyProbabilistic Time Series ForecastingTime Series+1

Squeezing Lemons with Hammers: An Evaluation of AutoML and Tabular Deep Learning for Data-Scarce Classification Applications

2024-05-13 · Ricardo Knauer, Erik Rodner

Many industry verticals are confronted with small-sized tabular data. In this low-data regime, it is currently unclear whether the best performance can be expected from simple baselines, or more complex machine learning …

AutoMLMeta-Learningregressiontabular-classification

Pre-Hoc Predictions in AutoML: Leveraging LLMs to Enhance Model Selection and Benchmarking for Tabular datasets

2025-10-02 · Yannis Belkhiter, Seshu Tirupathi, Giulio Zizzo, Sachin Sharma 외 arxiv

The field of AutoML has made remarkable progress in post-hoc model selection, with libraries capable of automatically identifying the most performing models for a given dataset. Nevertheless, these methods often rely on …

Mastering AI: Big Data, Deep Learning, and the Evolution of Large Language Models -- AutoML from Basics to State-of-the-Art Techniques

2024-10-12 · Pohsun Feng, Ziqian Bi, Yizhu Wen, Benji Peng 외

A comprehensive guide to Automated Machine Learning (AutoML) is presented, covering fundamental principles, practical implementations, and future trends. The paper is structured to assist both beginners and experienced p…

AutoMLNeural Architecture Search