Build k-NN from scratch in Python

In this article, we shall understand how k-Nearest Neighbors (kNN) algorithm works and build kNN algorithm from ground up. We also shall evaluate our algorithm using the k-Fold cross-validation which is also developed from scratch. After completing this tutorial you will know: How to code the k-Nearest Neighbors algorithm step-by-step How to use k-Nearest Neighbors… Continue reading Build k-NN from scratch in Python