Forecasting platforms & libraries · Amazon Web Services (open source)

AutoGluon

Open-source AutoML library from AWS that automates model selection and ensembling, including a time-series forecasting module.

AutoGluon is an open-source AutoML library covering tabular, text, image and multimodal tasks, with a dedicated AutoGluon-TimeSeries module for forecasting. Rather than requiring the user to pick a model family, it trains and ensembles a pool of statistical, gradient-boosting and deep-learning forecasters (including its own pretrained Chronos foundation model) and automatically selects or blends the best performers on held-out data. The trade-off for that automation is less manual control than a library like Darts or sktime, but a much lower barrier to a strong baseline: a few lines of code can produce a tuned ensemble forecast without model-selection expertise. AWS has pointed users away from the now-deprecated Amazon Forecast service toward AutoGluon-TimeSeries (often paired with SageMaker) as its recommended forecasting path.

At a glance

Vendor Amazon Web Services (open source)
Pricing model Open source + paid options
Free tier Yes
Deployment Cloud, Self-hosted
Open source Yes (Apache-2.0)
Best for Teams that want a strong automated forecasting baseline without manually selecting or tuning models.

Pricing

Free and open source; compute costs apply if run on cloud infrastructure such as SageMaker.

Pricing has not been verified yet — see the vendor's site.

Features

  • Automated model selection and ensembling for forecasting
  • Chronos pretrained foundation model included
  • Statistical, gradient-boosting and deep-learning forecasters in one pool
  • Minimal-code API for a tuned baseline forecast
  • Covariate and static-feature support
  • Also covers tabular, text, image and multimodal AutoML
  • Integrates with Amazon SageMaker for managed training

Integrations

Profile last reviewed September 21, 2026

Alternatives

AutoGluon in the index now

Terms to know

Related guides