Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abeed04/iris-flower-classification

Simple classification approach to identify different species of Iris Flowers.
https://github.com/abeed04/iris-flower-classification

classification-algorithm exploratory-data-analysis logistic-regression machine-learning prediction

Last synced: 6 days ago
JSON representation

Simple classification approach to identify different species of Iris Flowers.

Awesome Lists containing this project

README

        

# Iris-Flower-Classification
![image](https://github.com/abeed04/Iris-Flower-Classification/assets/156498387/3d5eb0c6-f009-496b-9eac-48f8ef5bebfc)


This Project is thorugh application of machine learning with python programming. It focuses on IRIS flower classification using Machine Learning with scikit tools.


The data was classified into three categories:




1.Iris Versicolor


2.Iris Setosa


3.Iris Virginica




As the data was clean and equally distributed among all the classifications of flower, EDA part was easy to go.


After complteting EDA part, the data was split into training and testing(8:2) using the train test split approach.


Since the logistic regression technique works better when it comes to classification, it has been employed for this particular categorization.



PS: Please do not forget to drop a star if you like it!