Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.41 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.41 KB

Replicating and Extending the M4 Study with sktime

This is a companion repository for our paper:

The repository contains the code for reproducing our results. Our code is heavily based on sktime.

  • Makefile contains convenience commands for running the replication and extension from the command line,
  • scripts/ contains our code for replicating and extending the M4 study,
  • results/replicated/ contains our obtained predictive performance results,
  • requirements.txt contains the list of required packages to run our scripts.

To reproduce our results, we recommend to download the original repository of the M4 study, particularly we use

In addition, you may have to adjust paths for the input and output directories in scripts/config.py.