Time Series forecasting with multiple series with irregular frequency

0

I had been attracted to DeepAR for forecasting on a combination of many series.

However, my series data is sales data, and the frequency is irregular, even within each series. It seems that within unsampling the data – which is highly undesirable – this might not be a suitable model.

I would be content if this is not a model that exists at the moment to build a prediction model for each series individually, as long as that did not involve unsampling or interpolation.

What advice would people have around this? Is there a model that supports many irregular series? Or, failing that, which model would be most suited to predicting on an irregular time series?

Mark
已提问 1 年前373 查看次数
2 回答
1

Hi, you may want to follow this Kaggle training: "Forecasting With Machine Learning" See https://www.kaggle.com/code/ryanholbrook/forecasting-with-machine-learning/data

you will predict sales for the thousands of product families sold at Favorita
 stores located in Ecuador. The training data includes dates, store and 
product information, whether that item was being promoted, as well as 
the sales numbers. Additional files include supplementary information that
 may be useful in building your models.
profile pictureAWS
专家
已回答 1 年前
0

Awesome, thanks. I’ll have a look.

Mark
已回答 1 年前

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

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

回答问题的准则