Rossmann Sales Prediction
- Tech Stack: Python, Jupyter, NumPy, Pandas, matplotlib, Seaborn, Plotly
- Github URL: Project Link
-
Develop a secondary project to forecast the number of customers in the store in the next six weeks and use the model output as input in this sales forecast project.
-
There was a maximum of 7388 customers in a single day and there are competitors only 20 meters away.
-
XG Boost performed best as compared to other models with R2-Score for test dataset = 0.97
-
Linear Regression also performed fairly well. R2-Score for test dataset = 0.81
-
Use a more sophisticated hyperparameter fine tuning technique.