Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/irishmorales/online-shopping-analysis
- Owner: IrishMorales
- Created: 2024-03-14T01:59:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-01T11:12:25.000Z (8 months ago)
- Last Synced: 2024-05-02T07:16:47.498Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 6.05 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`)