Purchasing-Intention-Prediction icon indicating copy to clipboard operation
Purchasing-Intention-Prediction copied to clipboard

The project trains an Artificial Neural Network which can predict whether a visitor will generate revenue for the company or not.

Purchasing Intention Prediction

The project includes predicting whether or not a visitor will generate revenue.

Set up

  1. You can use the requirements.txt file to setup a virtual environment. Whether you are inside a virtual environment or otherwise, you the following command to install all dependencies:
    pip install -r requirements.txt
    
  2. The dataset file is in the data folder.

Run

  1. Run the jupyter notebook using the following command:
    jupyter notebook
    
  2. From the newly opened browser tab, select the Purchasing Intention Prediction.ipynb notebook and run it.