Skip to content

An AI that uses nearest-neighbor classifier to determine whether online shopping customers will complete a purchase

Notifications You must be signed in to change notification settings

HossamSayed99/Shopping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Shopping

An AI to predict whether online shopping customers will complete a purchase using nearest-neighbor classifier.

Usage

$ python shopping.py shopping.csv
Correct: 4088
Incorrect: 844
True Positive Rate: 41.02%
True Negative Rate: 90.55%

Required Packages

  • Scikit-learn : run pip3 install scikit-learn

About

An AI that uses nearest-neighbor classifier to determine whether online shopping customers will complete a purchase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages