Skip to content

7ol-or/m5forecasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install kaggle API

pip install kaggle

document: https://github.com/Kaggle/kaggle-api

Data download

cd ./m5forecasting/data/
kaggle competitions download -c m5-forecasting-accuracy
unzip m5-forecasting-accuracy.zip

Model training

cd ./m5forecasting/src/
python entry.py lgbm lgbm1914
python entry.py lgbm lgbm1900
python entry.py lgbm lgbm1886
python entry.py lgbm lgbm1872
python entry.py lgbm lgbm1858
python entry.py lgbm lgbm1942

Model ensemble & make submission

python entry.py ensemble lgbm1942

About

kaggle m5 forecasting-accuracy competition silver medal solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages