malanb5 / mlcommon

framework for using neural networks and other machine learning algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

M5 Forecasting - Accuracy

https://www.kaggle.com/c/m5-forecasting-accuracy

Predict the sales of 3049 products in 10 Walmart stores, using historical data.

Prerequisites

anaconda

Quickstart

conda create --name <env> --file requirements.txt
conda activate <env>

# execute this for the LGBM algorithm
python YJ/WalRunner.py --algorithm lgbm

# execute this for Facebook's Prophet forecasting
python YJ/WalRunner.py --algorithm prophet

About

framework for using neural networks and other machine learning algorithms


Languages

Language:Python 53.5%Language:Jupyter Notebook 46.5%