AutoPilot for Forecasting

0

Hi there,

IHAC who asked a question regarding the possible use of AutoPilot for solving Forecasting problems. They don't have the knowledge to play with DeepAR and they are running tests in parallel with Amazon Forecast. Their questions are:

  1. Is it possible to use AutoPilot for Forecasting problems? (my answer would be yes, since regression problems can be solved by XGBoost, which also won a bunch of competitions on Forecasting)
  2. Which kind of pre-processing should the customer do and which pre-processing is done by AutoPilot which could simplify transformation of data for solving forecasting? In particular: are there any transformation to be done on the timestamp column? Should we introduce lagged entries - or is it done by AutoPilot?

Thanks to those taking the time to answer these questions :)

Best, Davide Gallitelli

AWS
質問済み 4年前368ビュー
1回答
0
承認された回答

Although it is possible to model the forecasting as a regression problem in Autopilot, there is no time-series capability built in Autopilot. So, you need to do the preprocessing tasks such as time-series windowing, lag differencing, etc. in order to generate the training/test datasets for the autopilot experiment.

Additionally, time series forecasting usually requires a model which can detect the pattern in a sequence of features. So, services such as DeepAR or Amazon forecast provide better capabilities to address this challenge.

AWS
Sam
回答済み 4年前

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

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

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

関連するコンテンツ