Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 711 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 711 Bytes

IrisClassification

Machine learning code with Sklearn in Python to predict the flower categories based on it size

Prerequisites

  • Download the Iris dataSet and put it in the same folder with the python source code
  • In the source code you can change the name of the dataset in the following line: df = pd.read_csv("IRIS.csv")

Download the dataset

How the Code works

The code has a list of many classifier and it will iterate through them and test the accuracy of each of them. It will save the result in a dictionary with the name and it accuracy.

Acknowledge

Mario Khoury, Beirut Lebanon