Workshops, Notebooks and examples on how to learn and use various features of Amazon Forecast
- Building a Strong Time-Series ML Model: AutoPredictor
- New Feature: Custom Time Alignment Boundary
- New Feature: Forecast on Selected Time-Series
- New Feature: Predictor Monitoring
- No Code Guide to Automate Forecast for PoC and production workloads
- Learn in a workshop
- Python developers: A Quick Start Guide
Please visit our growing library which serves as a guide for onboarding data and learning how to use Amazon Forecast.
The purpose of this guidance is to provide customers with a complete end-to-end workflow that serves as an example -- a model to follow. As delivered, the guidance creates forecasted data points from an open-source input data set. The template can be used to create Amazon Forecast Dataset Groups, import data, train machine learning models, and produce forecasted data points, on future unseen time horizons from raw data. All of this is possible without having to write or compile code. Get Started Here
Here you will find examples how to use Amazon Forecast Python SDK to make API calls, with manual waits between API calls. Primary audience is Developers, MLOps Enginners, and Integration Partners who need to see how to put forecasts into production.
-
Getting started notebooks:
-
Advanced folder contains notebooks to show API calls for more complex tasks:
- Time Series Clustering Preprocessing
- Using the Amazon Forecast Weather Index
- Incorporating Related data
- Incorporating Item Meta data
- Assessing item level accuracy using custom metrics with Predictor backtest exported data
- Forecasting "cold-start" or new product introductions by generating test data explicitly filled with "NaN" for new items and running Forecast-only (that is inference only) using already trained predictor
This sample code is made available under a modified MIT license. See the LICENSE file.