Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

K-Nearest Neighbors

This Python script analyzes shopping data to predict whether a user will generate revenue on an online shopping platform. It uses a K-Nearest Neighbors (KNN) algorithm for classification, evaluates the model's performance, and outputs the results.

Usage

python shopping.py data

References