LeeDoYup / RobustSTL

Unofficial Implementation of RobustSTL: A Robust Seasonal-Trend Decomposition Algorithm for Long Time Series (AAAI 2019)
MIT License
271 stars 53 forks source link

is there any advice to predict the future steps ? #11

Closed XiaoLaoDi closed 4 years ago

XiaoLaoDi commented 4 years ago

Hi, when the decomposition has been done, how to predict the future steps using these decomposed three parts ?

LeeDoYup commented 4 years ago

I think another forecasting model (ARIMA, GPR, RNN-based NNs...) can be considered.