Skip to content

Performing a simple exercise to train and test your machine on IRIS dataset.

Notifications You must be signed in to change notification settings

Shweta028/Supervised-Learning

Repository files navigation

Supervised Learning

Training-and-Testing-on-IRIS-flower-dataset

Performing a simple exercise to train and test your machine on IRIS dataset.

Python Scikit-learn has a number of datasets to work on real-world problems. We can download different datasets from UCI and Kaggle

IRIS dataset is one of the simplest dataset to start with. It comprises of 3 categories of flowers: Setosa, Versicolor and Virginica

This contains 4 features sepal lengh, sepal width, petal length and petal width. On the basis of these features we have to identify the category of the flower

This is a Supervised learning/Classification Task

About

Performing a simple exercise to train and test your machine on IRIS dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published