AutoGluon-Cloud#
AutoGluon-Cloud aims to provide user tools to train, fine-tune and deploy AutoGluon backed models on the cloud. With just a few lines of code, users can train a model and perform inference on the cloud without worrying about MLOps details such as resource management.
Currently, AutoGluon-Cloud supports Amazon SageMaker as the cloud backend.
#
Quick Examples#
Installation
pip install -U pip
pip install -U setuptools wheel
pip install --pre autogluon.cloud # You don't need to install autogluon itself locally
pip install -U sagemaker # This is required to ensure the information about newly released containers is available.