Skip to content

the source code of the paper : "Retail time series forecasting using an automated deep meta-learning framework"

Notifications You must be signed in to change notification settings

mohammadjoshaghani/retail_metalearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The source code of the paper : "Retail time series forecasting using an automated deep meta-learning framework"

Use the package manager pip to install dependencies:

pip install -r requirements.txt

The code used wandb for the hyper-parameter optimization. You can connect to your account by:

wandb login

You can run the optimization by:

python src/experiment.py

The directories fforma and M0 contain the source code of the benchmark models.

The base-forecasters' code, in R, can be found from this repository, and forecasts for 1, 4, and 7 steps are in the directory base-forecasters.


The results of the parameters that had the lowest validation error are saved in the directory results_final, and results_final\analysis.ipynb shows the RMSEs, AvgRelRMSEs, and AvgRelMAEs of the paper.


The IRI dataset is in the directory src\dataset.

About

the source code of the paper : "Retail time series forecasting using an automated deep meta-learning framework"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published