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
asked 9 months ago259 views
1 Answer
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
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions