Skip to content

kb22/Purchasing-Intention-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published