Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 427 Bytes

File metadata and controls

10 lines (8 loc) · 427 Bytes

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