Data loading and preparing

Train, validtion, test split

Strategy:

Benchmark model

用上一期的数据作为下一期的预测

ARIMA Model

Stationarity test

Order of lags in AR and MA

猜测是AR过程

Fit ARIMA model and predict on the validation set

Grid Search d, p, q

Forecast in the test set