Python project to predict the sales of retail stores with machine learning
Project description
retail-sales-prediction
Python project to predict the sales of retail stores with machine learning. This project is based on the data provided in Kaggle Competition.
Kaggle Link : https://www.kaggle.com/c/favorita-grocery-sales-forecasting/
Free software: MIT license
Documentation: https://retail-sales-prediction.readthedocs.io.
Project Environment
We create the project environment using below command.
conda env create -f environment.yml -p ./venv
Update the existing conda environment
conda env update -f environment.yml -p ./venv
Activate the environment
conda activate ./venv
Features
Machine learning pipeline to predict the sale forecasting. This project is the sand box and needs a bit of work to complete it.
Currently it supports below features
Running the Light GBM Model with fixed training, validation and test sets.
Two variants of how unit_sales are filled NA. More can be added
Notebooks with Exploratory data analysis
Notebooks with Feature engineering and Model Training
Documentation using Sphnix
TODO
Project Slides
You can view the project slides of my project at using this link
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2019-08-29)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file retail_sales_prediction-0.1.0.tar.gz.
File metadata
- Download URL: retail_sales_prediction-0.1.0.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.5.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9b5b5ee3ab2262c7c19014e72ee8b0985977a467695c0e8c5e886191a839eea
|
|
| MD5 |
9721ee441c778b903c47cb4aa348000e
|
|
| BLAKE2b-256 |
59794fde255381a7cb5f95eaa346095b9d3c4793bcdd0d92762c2f9497909633
|
File details
Details for the file retail_sales_prediction-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: retail_sales_prediction-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.5.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d241d5d53f49466c77724f7a35616ad5c3bdb7d55d90199f00f631063183941
|
|
| MD5 |
5cc056c98e852f318204007f13a410e9
|
|
| BLAKE2b-256 |
b91123837c9142c7011c65f48df519b12072c853b3af40a99353a7517a155eb3
|