Machine Learning Repository Concepts from my Graduate level courses Mosty written using Jupyter Notebook Algorithm Implementations KNN - The KNN file knnAlgorithm.py reads from a .arff file, calculates k-means neighbor. It can be adapted to fit any type of data.