Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.43 KB

WeatherIndex.md

File metadata and controls

19 lines (11 loc) · 1.43 KB

AWS supplied dataset: Weather Index

The Amazon Forecast Weather Index is a built-in featurization that incorporates historical and projected weather information into your model. It is especially useful for retail use cases, where temperature and precipitation can significantly affect product demand.

When the Weather Index is enabled, Forecast applies the weather featurization only to time series where it finds improvements in accuracy during predictor training. If supplementing a time series with weather information does not improve its predictive accuracy during backtesting, Amazon Forecast does not apply the Weather Index to that particular time series.

To apply the Weather Index, you must

  • include a geolocation attribute in your target time series dataset and any related time series datasets.
  • specify time zones for your target time-series timestamps.

For more information regarding dataset requirements, see Conditions and Restrictions.

For a more comprehensive list of considerations, visit the weather index page.



Return to Table of Contents