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.

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

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

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

関連するコンテンツ