An end-to-end analytics repository for the Supermart Grocery Sales dataset.
- Dataset (local path in this environment):
/mnt/data/Supermart Grocery Sales - Retail Analytics Dataset.csv - Notebook:
notebooks/analysis.ipynb - Scripts:
src/eda.py,src/preprocess.py,src/model.py
The repo badges above use Shields.io and will start showing data after you push to GitHub. Replace YOUR-USERNAME in the URLs with your GitHub username.
- Install dependencies:
pip install -r requirements.txt- Run EDA:
python src/eda.py- Preprocess:
python src/preprocess.py- Train models and compare:
python src/model.pyFor more details see DESCRIPTION.md and the Jupyter notebook.
This project is released under the MIT License. See LICENSE for details.