AutoGluon-Cloud¶
AutoGluon-Cloud lets you train and deploy state-of-the-art ML models in the cloud in a few lines of code. Run AutoGluon on Amazon SageMaker without worrying about infrastructure, dependencies, or a heavy local ML environment. It supports two workflows:
Train your own predictor — the same
fit → deploy → predictworkflow as local AutoGluon, with all the heavy lifting offloaded to SageMaker.Run pretrained foundation models — deploy state-of-the-art pretrained models like Chronos-2 for zero-shot inference, with no training required.
Installation¶
pip install autogluon.cloud
Before running any of the snippets below, follow the Setup tutorial to register the IAM role and S3 bucket that SageMaker will use.
Train AutoGluon predictors in the cloud¶
Full walkthrough: Tabular, Time Series.
Run pretrained foundation models¶
Full walkthrough: Time Series.
