Skip to content

Commit

Permalink
description added
Browse files Browse the repository at this point in the history
  • Loading branch information
OL-YAD committed Sep 25, 2024
1 parent 795ffbd commit e259461
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions notebooks/README.md
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`

0 comments on commit e259461

Please sign in to comment.