Table of Contents
- Rossmann Store Sales Prediction
In this repository we have a pharmaceutical sales prediction across multiple stores using machine learning and deep learning. This project is part of 10 academy's intensive training.
The Rossmann finance team wants to forecast sales in all their stores across several cities six weeks ahead of time.
This project is divided and implemented by the following phases
- Exploration of customer purchasing behavior
- Prediction of store sales
- Machine learning approach
- Deep Learning approach
- Serving predictions on a web interface
The repository has a number of files including python scripts, jupyter notebooks, pdfs and text files. Here is their structure with a brief explanation.
- the folder where the dataset files are stored
- the folder where jupyter notebooks reside
.gitignore: a text file listing files and folders to be ignoredREADME.md: Markdown text with a brief explanation of the project and the repository structure.
git clone https://github.com/DiyeMark/Pharmaceutical-Sales-Prediction
cd Pharmaceutical-Sales-Prediction
pip install -r requirements.txt
