Purchasing-Intention-Prediction
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
- You can use the
requirements.txtfile 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
datafolder.
Run
- Run the jupyter notebook using the following command:
jupyter notebook - From the newly opened browser tab, select the
Purchasing Intention Prediction.ipynbnotebook and run it.