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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠