Tutorials¶
Tabular Prediction¶
5 min tutorial on fitting models with tabular datasets.
In-depth tutorial on controlling various aspects of model fitting.
Tutorial on optimizing the predictor artifact for production deployment.
Using AutoGluon for Kaggle competitions with tabular data.
Modeling data tables with image, text, numeric, and categorical features.
Modeling data tables with text and numeric/categorical features.
How to predict multiple columns in a data table.
How to add a custom model to AutoGluon.
How to add a custom metric to AutoGluon.
Frequently asked questions about AutoGluon-Tabular.
Multimodal Prediction¶
How to train high-quality text prediction models with MultiModalPredictor in under 5 minutes.
How to use MultiModalPredictor to build models on datasets with languages other than English.
How MultiModalPredictor can be applied to multimodal data tables with a mix of text, numerical, and categorical columns.
Time Series Forecasting¶
Quick start tutorial on fitting models with time series datasets.
Detailed discussion of the time series forecasting capabilities in AutoGluon.
Frequently asked questions about AutoGluon-TimeSeries.
Cloud Training and Deployment¶
Checkout managed AutoGluon experience on Amazon SageMaker Autopilot
A tutorial on using AutoGluon Cloud module to train/deploy AutoGluon backed models on SageMaker.
A tutorial on fitting an AutoGluon model using AWS SageMaker.
A tutorial on how to deploy trained models using AWS SageMaker and Deep Learning Containers.
A tutorial on how to deploy trained models using AWS Lambda.
Exploratory Data Analysis¶
Tool to get a high-level understanding of datasets including basic statistical information and feature information.
Automatically analyze and summarize the variable we are trying to predict and it’s relationship with other variables.
Automatically analyze and summarize the variable we are trying to predict and it’s relationship with other variables.
Identify situations where the distribution of features in a dataset changes between the training and testing phases, which can lead to biased model performance.
Simple visualization tool to visualize 1/2/3-way relationships between features. The tool automatically picks a chart type given each property type.