Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Name: K-Nearest Neighbors

Packages used:
Numpy:1.21.5
Pandas:1.4.2
sklearn:1.0.2

📌 The k-nearest neighbors algorithm, also known as KNN or k-NN, is a non-parametric, supervised learning classifier, which uses proximity to make classifications or predictions about the grouping of an individual data point.

📌 Goal of this project is to predict if the customer will purchase an iPhone or not given their gender, age and salary.