Your task is to implement a simple k-nearest neighbors (k-NN) classifier for the Iris data set.
- Load the Iris data
- Compute the euclidean distance between examples
- Implement a k-NN classifier
- Estimate the test set accuracy of your classifier
Julia Manual: https://docs.julialang.org
Clicking on "launch binder" will start this tutorial as a Jupyter notebook in the cloud: