Skip to content

Repository containing the code for the experiments in the paper "Factor-based framework for multivariate and multi-step ahead forecasting of large scale time series"

License

Notifications You must be signed in to change notification settings

jdestefani/E-DFML-Experiments

Repository files navigation

E-DFML-Experiments

Repository containing the code for the experiments in the paper "Factor-based framework for multivariate and multi-step ahead forecasting of large scale time series"

Requirements

# Availble via CRAN
install.packages(c("tensorflow","keras","forecast","dplyr","abind",
                   "vars","DMwR","lightgbm")

devtools::install_github("gbonte/gbcode")
devtools::install_github("jdestefani/MM4Benchmark") 
devtools::install_github("jdestefani/ExtendedDFML") 
devtools::install_github("jdestefani/MEMTS")  

Quickstart

# For Electricity experiment
Rscript ExtendedDFMLArticle.R 1

# For Mobility experiment
Rscript ExtendedDFMLArticle.R 2

# For Traffic experiment
Rscript ExtendedDFMLArticle.R 3

About

Repository containing the code for the experiments in the paper "Factor-based framework for multivariate and multi-step ahead forecasting of large scale time series"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages