Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.02 KB

File metadata and controls

32 lines (22 loc) · 1.02 KB

Time Series Forecasting Performance Estimation

This repository contains the code and datasets used for experiments conducted in the following paper:

Cerqueira, V., Torgo, L., & Mozetič, I. (2020). Evaluating time series forecasting models: An empirical study on performance estimation methods. Machine Learning, 109(11), 1997-2028.

Citation

If you use this code or the findings in your research, please cite:

@article{cerqueira2020evaluating,
  title={Evaluating time series forecasting models: An empirical study on performance estimation methods},
  author={Cerqueira, Vitor and Torgo, Luis and Mozeti{\v{c}}, Igor},
  journal={Machine Learning},
  volume={109},
  number={11},
  pages={1997--2028},
  year={2020},
  publisher={Springer}
}

Running

The main script is perfestimation-rw.r.

The script perfestimation-synthetic.r is only ran for a specific (dataset, algorithm) pair. You need to change those to get the results for a different pair.

Contact

Get in touch at vitorc.research@gmail.com