This is a Store sales analysis/forecasting project in which we try to forecast the future sales of the stores in multiple categories. This has two notebooks.
-
(Sales time series DAYWISE.ipynb) - Makes prediction day wise using SARIMAX by grouping and summing up the data.
-
(Sales - time series forecasting Using XGB Final.ipynb) - Makes predictions considering all the factors using XGBoost and was submitted for the kaggle competion of which this was part of.