This tutorial shows how to implement LSTNet, a multivariate time series forecasting model submitted by Wei-Cheng Chang, Yiming Yang, Hanxiao Liu and Guokun Lai in their paper Modeling Long- and Short-Term Temporal Patterns in March 2017. This model achieved state of the art performance on 3 of the 4 public datasets it was evaluated on.
$ wget https://github.com/laiguokun/multivariate-time-series-data/raw/master/electricity/electricity.txt.gz $ gunzip electricity.txt.gz
python preprocess.py/src/config.pypython train.py