Tabular

For standard datasets that are represented as tables (stored as CSV file, parquet from database, etc.), AutoGluon can produce models to predict the values in one column based on the values in the other columns. With just a single call to fit(), you can achieve high accuracy in standard supervised learning tasks (both classification and regression), without dealing with cumbersome issues like data cleaning, feature engineering, hyperparameter optimization, model selection, etc.

Quick Start

5 min tutorial on fitting models with tabular datasets.

tabular-quick-start.html
Essentials

Essential information about the most important settings for tabular prediction.

tabular-essentials.html
In-depth

In-depth tutorial on controlling various aspects of model fitting.

tabular-indepth.html
Data Tables Containing Image, Text, and Tabular

Modeling data tables with image, text, numeric, and categorical features.

tabular-multimodal.html
Feature Engineering

AutoGluon’s default feature engineering and how to extend it.

tabular-feature-engineering.html
Multi-Label Prediction

How to predict multiple columns in a data table.

advanced/tabular-multilabel.html
Kaggle Tutorial

Using AutoGluon for Kaggle competitions with tabular data.

advanced/tabular-kaggle.html
Training models with GPU support

How to train models with GPU support.

advanced/tabular-gpu.html
Adding a Custom Metric

How to add a custom metric to AutoGluon.

advanced/tabular-custom-metric.html
Adding a Custom Model

How to add a custom model to AutoGluon.

advanced/tabular-custom-model.html
Adding a Custom Model (Advanced)

How to add a custom model to AutoGluon (Advanced).

advanced/tabular-custom-model-advanced.html
Deployment Optimization

Tutorial on optimizing the predictor artifact for production deployment.

advanced/tabular-deployment.html