-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Rossmann Store Sales Forecasting | ||
|
||
## Project Overview | ||
This project aims to forecast sales for Rossmann Pharmaceuticals across their stores, six weeks in advance. It leverages machine learning and deep learning techniques to predict daily sales, taking into account factors such as promotions, competition, holidays, seasonality, and locality. | ||
|
||
## Business Context | ||
Rossmann's finance team requires accurate sales forecasts to facilitate better resource planning and financial decision-making. This project provides an end-to-end solution that delivers these predictions to finance team analysts. | ||
|
||
### Main Objectives | ||
|
||
1. Exploration of customer purchasing behavior | ||
2. Prediction of store sales | ||
|
||
## Folder Structure | ||
|
||
- `notebooks/` : Jupyter notebooks for all the analysis. | ||
- `scripts/` : Python scripts for the notebook files . | ||
|
||
|
||
## Notebooks Folder/ | ||
|
||
``` | ||
`preprocessing.ipynb` : contains a scripts for or data cleaning and processing | ||
`ml_preprocess.ipynb` : contains a script for data preparation to train a model | ||
`ml_modelling.ipynb` : contains a script for for Regression model training | ||
`dl_modelling.ipynb` : contains a script for LSTM model training | ||
``` | ||
|
||
|
||
## Setup Instructions | ||
1. Clone the repository. | ||
2. Set up the virtual environment. | ||
3. Install dependencies using `pip install -r requirements.txt` |