Skip to content

Data Visualization and Machine Learning Model Prediction with Iris Dataset.

Notifications You must be signed in to change notification settings

SurajRishishwar/Iris_Model_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Iris_Model_Prediction

Introduction

The Iris dataset is a classic dataset for classification, machine learning, and data visualization.

The dataset contains: 3 classes (different Iris species) with 50 samples each, and then four numeric properties about those classes: Sepal Length, Sepal Width, Petal Length, and Petal Width.

One species, Iris Setosa, is "linearly separable" from the other two. This means that we can draw a line (or a hyperplane in higher-dimensional spaces) between Iris Setosa samples and samples corresponding to the other two species.

Predicted Attribute: Different Species of Iris plant.

Dataset

Using Seaborn Iris Dataset

Purpose

The purpose of this project was to gain introductory exposure to Machine Learning Classification concepts along with data visualization. The project makes use of Scikit-Learn, Pandas and Data Visualization Libraries.