In this project, a k-NN classifier is trained to predict whether a customer makes a purchase based on gender, age, and salary characteristics. Training takes place with k-NN classifier with Euclidean distance.
pip install -r requirements.txt
python knnPredict.py
matplotlib
pandas
scikit_learn