carlosfg97 / retailer-forecasting-clustering

forecasting and clustering techniques applied to a retail store "favorita"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corporación Favorita Grocery Sales Forecasting

Project Written Report (Winter 1 Submission)

PDF Link

Project OneDrive

OneDrive

Dataset

Kaggle

Getting Started

NOTE: Below commands are for macOS or Linux and assume that the system python points to Python 3.6+.

# Create virtual environment
python -m venv venv

# Activate virtual environment
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

# Run Jupyter notebook server
jupyter lab

retailer-forecasting-clustering

About

forecasting and clustering techniques applied to a retail store "favorita"


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.2%Language:Dockerfile 0.0%