Skip to content

This is a very easy and basic implementation of machine learning example on the iris dataset.

Notifications You must be signed in to change notification settings

Sam-Jain/iris_dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

This project is a Machine Learning model for the implementation of iris dataset. The implementation is done using SciKit Learn. It contains the iris dataset and predicts what a specie might be for a given set of input. The input data array consists of 4 elements=> ['sepal length (cm)', 'sepal width (cm)', 'petal length (cm)', 'petal width (cm)'] The output target array consists of 3 species=> ['setosa' 'versicolor' 'virginica'] 0 stands for setosa 1 stands for versicolor 2 stands for virginica

About

This is a very easy and basic implementation of machine learning example on the iris dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages