Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 682 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 682 Bytes

Walmart-Sales-Forecasting-Model

This demo showcases a Sales Forecasting Model created using a Random Forest based Regression Classifier.

Hello !!!

In order to use the Forecasting Model, please go through the following instructions:

  1. Please ensure to have the following libraries installed: pandas, numpy, sklearn, matplotlib, itertools, statsmodels, datetime
  2. Once installed please download the files and run the A3_demo.ipynb file in a jupyter notebook
  3. If Jupyter is not available a python version (of the same name) can be run as well
  4. Once running the jupyter notebook (or python) file, the program displays the Mean Absolute Error by evaluating on the test set.