This repository presents a bunch of notebooks to tackle Kaggle Challenge i.e. Walmart Store sales forecasting.
Dataset is available at: https://www.kaggle.com/c/walmart-recruiting-store-sales-forecasting
It consists of total 45 stores sales consisting of different products at different timestamps.
As it is a time series dataset, different forecasting algorithms were tried as presented in the notebooks. Forecasting algorithms are:
- Linear Regression
- Fb Prophet
- LSTM (keras)
- LSTM (Pytorch) For dimensionality reduction, auto-encoders were trained both in Keras and Pytorch.
Forecasting result of FP prophet model is:
Comparison of different models and approaches as compared to 1st ranked solution: