Shopping Predictions

In this project, our team used machine learning to predict the best time to buy a certain product.

View project on GitHub

User Instructions

The Super Shopper Predictive Model requires: NumPy, Bokeh, pandas, statsmodels.api

Install Instructions for Running on Local Machine

Before going to the website, please ensure that you have the previous python packages installed. pip install instructions are as follows:

To install NumPy (can be installed in the scipy stack): pip3 install --user numpy

To install Bokeh: pip3 install bokeh

To install Pandas: pip3 install pandas

To install Statsmodel.api: pip3 install -U statsmodels

Using the Super Shopper on the Web

Go to our website: The Super Shopper.

Select a product to investigate using the drop down menu.

Select a time frame in which you would like to buy the product.

Click submit to get the best time to buy your product!