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.
Image Prediction¶
Quick dataset preparation guide for image prediction.
5 min tutorial on classifying images.
Hyperparameter tuning to improve image classification accuracy.
Object Detection¶
Quick dataset preparation guide for object detection.
5 min tutorial on detecting objects in images.
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 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.