About creating target time series data when obtaining weekly forecasts with Forecast

0

I recently started using Forecast's service. I am thinking of predicting data on a weekly basis, but when creating the target time series data, should I create timestamps for each record on a weekly basis? Currently, the timestamp format of the target time series data is "2023-10-01" for the first week of October 2023, but will this work?

質問済み 4ヶ月前92ビュー
1回答
0

Amazon Forecast allows you to specify the forecast frequency when creating a predictor. This determines the frequency of the predictions in the forecasts. For weekly forecasts, you can set the forecast frequency to "Weekly".

Your target time series data can be <= your forecast frequency. Amazon Forecast has the ability to aggregate the data up to your specified forecast frequency. When aggregating data to the weekly forecast frequency, Amazon Forecast will align the data based on the default time boundary, which is the most recent Monday. You can also specify a custom time boundary if needed, such as the start of the week on a different day.

For the target time series data, you can create timestamps on a weekly basis, aligning with the forecast frequency and time boundary you choose. If you have missing data for certain weeks when a product was not available, you can indicate this in the data, rather than using zeros. This can help the model better understand the underlying patterns.

Once your predictor is ready, you can use the Amazon Forecast SDK or CLI to generate weekly forecasts. You can specify the forecast types (e.g., p50, p70, p90 quantiles) and any additional filtering criteria when creating the forecast. The forecasts can then be exported to an S3 bucket for further analysis.

AWS
回答済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ