/MLCNN-Multivariate-Time-Series

Codes for Multi-Level Construal Neural Network framework

Primary LanguagePython

MLCNN for Multivariate Time Series Forecasting

This repository provides the code for the paper Towards Better Forecasting by Fusing Near and Distant Future Visions, accepted by AAAI 2020.

Usage

Please install Git Large File Storage first and then use

git lfs clone https://github.com/smallGum/MLCNN-Multivariate-Time-Series.git

to download all the datasets and codes.

You can find the dataset in the data/ folder.

Examples with parameter grid search to run different datasets are in runTraffic.py, runEnergy.py and runNASDAQ.py.

Environment

Python 3.6.7 and Pytorch 1.0.0

Acknowledgements

This multivariate time series forecasting framework was implemented based on the following two repositories:

Some codes and design patterns are borrowed from these two excellent frameworks.