Skip to content

mariokhoury4/IrisClassification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages