The project includes predicting whether or not a visitor will generate revenue.
- 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
- The dataset file is in the
data
folder.
- Run the jupyter notebook using the following command:
jupyter notebook
- From the newly opened browser tab, select the
Purchasing Intention Prediction.ipynb
notebook and run it.