From-scratch implementation of k-Nearest Neighbours Algorithm in Python 2.7
The k-Nearest Neighbours Algorithm uses the iris dataset in this case to predict the type of flower using input measurements, and also to calculate the accuracy of the process.