Tutorials¶
Tabular Prediction¶
5 min tutorial on fitting models with tabular datasets.
In-depth tutorial on controlling various aspects of model fitting.
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.
Text Prediction¶
5 min tutorial on fitting prediction models with text in the dataset.
Learning how AutoGluon Text can be used to train model for multimodal data table with text.
In-depth tutorial on learning how to customize the search space and try different HPO algorithms.
Cloud Training and Deployment¶
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.