A project on Sales Forecasing problem in Retail Sector.
References :
-
Ali Fallah Tehrani and Diane Ahrens, "Improved Forecasting and Purchasing of Fashion Products based on the Use of Big Data Techniques"
-
A.L.D. Loureiro "Exploring the use of deep neural networks for sales forecasting in fashion retail"
├── DATA
│ ├── rossmann-store-sales-dataset
│ │ ├── train.csv
│ │ └── store .csv
│ ├── missing_value_handled.csv
│ └── feature_engineering.csv
└── Notebook
├── EDA
│ ├── EDA.ipynb
│ └── EDA2.ipynb
├── Handling_Null_Values.ipynb
├── Feature_Engineering.ipynb
├── Model_implimentation.ipynb
├── Model_TS.ipynb
└──config.py