Table of Contents
This repository is used for week 3 challenge of 10Academy. The instructions for this project can be found in the challenge document.
You work at Rossmann Pharmaceuticals as a Machine Learning Engineer. The finance team wants to forecast sales in all their stores across several cities six weeks ahead of time. Managers in individual stores rely on their years of experience as well as their personal judgement to forecast sales.
The data team identified factors such as promotions, competition, school and state holidays, seasonality, and locality as necessary for predicting the sales across the various stores.
Your job is to build and serve an end-to-end product that delivers this prediction to analysts in the finance team.
The 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 csv files are stored
- the folder where models' pickle files are stored
EDA.ipynb
: a jupyter notebook for exploratory data analysisalgorithms
app_logger.py
: a python script for loggingfile_handler.py
: a python script for handling reading and writing of csv, pickle and other filesdf_cleaner.py
: a python script for cleaning pandas dataframesdf_selector.py
: a python script for selecting data from a pandas dataframedf_visualizer.py
: a python script for plotting selected datadf_outlier_handler.py
: a python script for cleaning outliers in a pandas dataframe
- the folder containing unit tests for components in the scripts
- the folder containing log files (if it doesn't exist it will be created once logging starts)
10 Academy Batch 4 - Week 3 Challenge.pdf
: the challenge documentrequirements.txt
: a text file lsiting the projet's dependanciestravis.yml
: a configuration file for Travis CIsetup.py
: a configuration file for installing the scripts as a packageREADME.md
: Markdown text with a brief explanation of the project and the repository structure.
git clone https://github.com/zelalemgetahun9374/Rossmann-Pharmaceuticals-Sales-Prediction
cd Rossmann-Pharmaceuticals-Sales-Prediction
pip install -r requirements.txt