Skip to content

Machine Learning algorithm to classifiy different flowers on basis of their attributes

Notifications You must be signed in to change notification settings

aggarwalprateek72/iris-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iris-classifier

A python code to classifiy different flowers on basis of their attributes

This is an example of a Datmo Model which uses iris dataset to classify between different flower types.

It includes three iris species with 50 samples each as well as some properties about each flower. One flower species is linearly separable from the other two, but the other two are not linearly separable from each other.

The columns in this dataset are:

-Id

-SepalLengthCm

-SepalWidthCm

-PetalLengthCm

-PetalWidthCm

-Species

About

Machine Learning algorithm to classifiy different flowers on basis of their attributes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages