Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/archanakokate/iris_flower_classification

Analyzing and modeling the Iris dataset with the aim of classifying the species of Iris flowers.
https://github.com/archanakokate/iris_flower_classification

analytics data-visualization exploratory-data-analysis machine-learning-algorithms

Last synced: about 2 months ago
JSON representation

Analyzing and modeling the Iris dataset with the aim of classifying the species of Iris flowers.

Awesome Lists containing this project

README

        

## LetsGrowMore Internship Project - DataScience
### Task-1
## Iris-Flower-Classification

The Iris flower data set is a multivariate data set introduced by the British statistician and biologist Ronald Fisher in his 1936 paper.

#### Dataset
The dataset contains a set of 150 records under 5 attributes :-
1. sepal length in cm
2. sepal width in cm
3. petal length in cm
4. petal width in cm
5. class:
-- Iris Setosa
-- Iris Versicolour
-- Iris Virginica

This project presents a comprehensive analysis of the Iris dataset using various Classification and Ensemble models aiming to classify the species of Iris flowers.