Sagemaker Canvas time series forecasting model build failed

0

Dear all, I am trying to build a timeseries forecasting model using Sagemaker Canvas but receive the following error :

Your model build failed because of an issue with the Canvas server. Failure reason: <The value of "[]" should be a list of strings.>.Contact your administrator and share the details below to resolve the issue.

The dataset only consist of time_stamp, item_id and demand. I notice that the data is a bit sparse not every SKU have rows for every month. Anybody know if this might be the cause of the error or there are other possible cause ?

AWS
已提问 3 个月前198 查看次数
1 回答
0

Hi,

It seems to me that Canvas is complaining because some fields in your rows are not strings (i.e. not '123') but probably numbers (123).

Can you check that and sanitize the data if needed ?

Best,

Didier

profile pictureAWS
专家
已回答 3 个月前
  • There are only three columns : time_stamps, item_id which is strings, and demand which is number. All the data has been check and there are no numbers in the item_id field.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则