Uses Machine Learning Python libraries and Predicts the iris flower type based on KNeighboursClassifier model
The aim was to classify iris species into three categories : Setosa, Versicolor and Virginica
Libraries used : sklearn, numpy
Problem Type : Supervised Classification
Training Model : KNeighborsClassifier
Python Version : 3.7
- Clone and download the repository.
- Extract the files in a single folder.
- Run
python iris_ui.py