An open API service indexing awesome lists of open source software.

https://github.com/rohansardar/iris_flower

A basic ML project on the iris flower classification
https://github.com/rohansardar/iris_flower

data-science iris-classification iris-dataset ml python scikit-learn

Last synced: about 1 year ago
JSON representation

A basic ML project on the iris flower classification

Awesome Lists containing this project

README

          

# Iris Flower Classification
### A basic ML classification project based on the iris flower dataset

This is one of the earliest datasets used in the literature on classification methods and widely used in statistics and machine learning. The data set contains 3 classes of 50 instances each, where each class refers to a type of iris plant. One class is linearly separable from the other 2; the latter are not linearly separable from each other. The data set is compiled by Ronald Fisher, a biologist, in the 1930s.


This dataset is made of 4 features: sepal length, sepal width, petal length, petal width.


This is an exceedingly simple classification project and targetted for beginner level. Most simplest ML algorithms can easily achieve 100% accuracy on this datset.