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
preguntada hace 9 meses268 visualizaciones
1 Respuesta
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
respondido hace 9 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas