The folder ML Assign 7 contains the following files :
1) Distance Based Classifiers.ipynb - Jupyter notebook implementation of Different distance based classifiers. Run each cell using shift + enter
2) Distance Based Classifiers.pdf - Jupyter notebook converted to pdf
3) Assign7.py - Distance Based Classifiers.ipynb converted to python file. Execute using python Assign7.py
The folder also contains a IRIS.csv which has the popular iris dataset for training and testing
For installing the libraries run :
pip install numpy, matplotlib, opencv-python, pillow, scikit-learn