Skip to content

A basic machine learning program using scikit-learn for classifying Iris flower.

Notifications You must be signed in to change notification settings

rorivy/Iris-Classification-with-scikit-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Iris Classification with scikit-learn

A machine learning program using scikit-learn for classifying Iris flower.

Iris Dataset

The Iris dataset is a database containing 3 types of iris plant with 50 instances each. Each instances has four attributes of the flower namely sepal length, sepal width, petal length, petal width. The three known types of iris are setosa, versicolor and virginica. These classes of iris will be classified according to the dimensions of their petal and sepal. This dataset is regarded as the most popular dataset to practice machine learning and even deep learning because of how easy it is to classify the flower.

Algorithms

K-Nearest Neighbors, Logistic Regression, Decision Tree, Support Vector Classification, Random Forest.

About

A basic machine learning program using scikit-learn for classifying Iris flower.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published