To build a short demo for AWS Forecast, you’ll want to focus on the key steps involved in setting up, training, and generating predictions. Here's a simple guide to create a short demo:
- Objective: Show how to upload historical data, train a model, and generate predictions using AWS Forecast.
- Example Use Case: Predict demand for a product based on historical sales data.
- Use a simple time-series dataset (e.g., historical sales, demand data, or temperature).
- Format the dataset as CSV with columns such as
timestamp
,item_id
, anddemand
. - Make sure the dataset is in a format acceptable by AWS Forecast (e.g., Amazon S3 CSV file).