AWS Redshift ML - forecast model

0

How can I refer item_id column when I create a model of time series forecasting in Redshift ML? ERROR: One string column type referring to item_id is required for FORECAST [ErrorId: 1-64c7d0da-2066d47

ssezgin
質問済み 9ヶ月前268ビュー
1回答
0

To use a Target time series dataset , you need the historical time-series demand data for the retail items (timestamp , item_id , and the target field demand )

example: you want to forecast the demand for shoes and socks based on a store's previous sales. In the following target time series dataset, store is a time-series forecast dimension, while demand is the target field.

timestampitem_idstoredemand
2019-01-01socksNYC25
2019-01-05socksSFO45
2019-02-01shoesORD10
profile pictureAWS
回答済み 9ヶ月前

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

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

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

関連するコンテンツ