Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/irishmorales/online-shopping-analysis

Binary classification of online shoppers who end up purchasing or abandoning the purchase to determine which factors lead towards customer purchase. Based on Online Shoppers Purchasing Intention Dataset.
https://github.com/irishmorales/online-shopping-analysis

Last synced: 25 days ago
JSON representation

Binary classification of online shoppers who end up purchasing or abandoning the purchase to determine which factors lead towards customer purchase. Based on Online Shoppers Purchasing Intention Dataset.

Awesome Lists containing this project

README

        

# Online Shopping Analysis

Binary classification of online shoppers who end up purchasing or abandoning the purchase to determine which factors lead towards customer purchase. Based on [Online Shoppers Purchasing Intention Dataset](https://archive.ics.uci.edu/dataset/468/online+shoppers+purchasing+intention+dataset).

### Setting up the virtual environment on your local machine
1. Create a virtual environment (`python3 -m venv online_shopping`)
2. Activate virtual environment (`online_shopping\Scripts\activate`)
3. Install packages from requirements.txt (`pip install -r requirements.txt`)

### Using the virtual environment
1. Before running files, activate virtual environment (`online_shopping\Scripts\activate`)