AutoViML / Auto_TS

Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Created by Ram Seshadri. Collaborators welcome.
Apache License 2.0
723 stars 113 forks source link

Multi-Step Time Series Forecasting recursive or Direct Multi-step #77

Closed kennis222 closed 2 years ago

kennis222 commented 2 years ago

Hi developer,

I would like to double check which method does the package use for multi-step forecasting. It seems using recursive multi-step, right?

Best

AutoViML commented 2 years ago

Hi @kennis222 👍 we use recursive multi-step forecasting in auto-ts. AutoViML