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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cross Validation

opened this issue · comments

Hi,

Thanks for the library

The Cross-Validation that your package is doing the standard k-fold Cross-Validation method or the one with rolling windows that is more appropriate for Time Series (e.g. as in here )

Hi @msh855 👍 It is doing the rolling window cross validation as shown in the same link
https://robjhyndman.com/hyndsight/tscv/
Ram