Iris Flower Classification Using ML
Iris Flower Classification Using ML
CLASSIFICATION
USING ML
introduction
Irisdataset contains features of different
flower species. Independent features in this
dataset are sepal length, sepal width, petal
length , petal width.
All these lengths are in cms
The output of this model contains the name
of the species to which that particular flower
with those measurements belongs
ABOUT IRIS DATASET
THE DATASET COMPRISES OF THREE CLASSES OF
EACH SPECIES HAVING 50 SAMPLES-
VERSICOLOR,SETOSA AND VIRGINICA.
IN DATASET ,THE ROWS ARE EXAMPLES WHILE THE
COLUMNS REPRESENT IRIS FLOWER
CHARACTERISTICS.
THE PREDICTION MODEL RECIEVES THE DATASET
AND EACH SAMPLE IS MEASUREED USING FOUR
CHARACTERISTICS-LENGTH AND WIDTH OF SEPAL
AND PETAL .
FEATURES OR ATTRIBUTES
(4 NUMERIC)
SEPAL LENGTH (cm)
SEPAL WIDTH(cm)
PETAL LENGTH(cm)
PETAL WIDTH(cm)
MACHINE LEARNING APPROACH