This projects involves implementation knn algorithm from scratch
This project aims to classify user data using the KNN algorithm and evaluate its performance through various metrics.
The dataset used in this project is are in CSV file named User_Data.csv
.
To run this project, you need to have Python installed along with the following libraries:
- numpy
- pandas
- matplotlib
- seaborn
- scikit-learn
You can install these dependencies using pip
:
pip install numpy pandas matplotlib seaborn scikit-learn