| 1 | # https://deeplearningcourses.com/c/data-science-supervised-machine-learning-in-python |
| 2 | # https://www.udemy.com/data-science-supervised-machine-learning-in-python |
| 3 | # This is an example of a K-Nearest Neighbors classifier on MNIST data. |
| 4 | # We try k=1...5 to show how we might choose the best k. |