Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 342 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 342 Bytes

KNN-based-Classifier-in-Python

Write a program in C/C++ or python to create a nearest neighbor classifier. The program should take a labeled dataset as input. Use the following dataset in a ratio of 70:30 for training and data. Dataset: https://archive.ics.uci.edu/ml/datasets/Iris Compute accuracy, precision, recall, and F1-score also.