The Iris Flower Dataset is one of the most famous and widely used datasets for pattern recognition and machine learning ``It was introduced by **Ronald A. Fisher(**British statistician and biologist) in 1936 and is often used for testing classification algorithms.

Cluster analysis

3 SPECIES( 50 each-150 total-4 parameters(sepal length,sepal width,petal length,petal width))

image.png

wikipedia:https://en.wikipedia.org/wiki/Iris_flower_data_set

raw data: https://raw.githubusercontent.com/mwaskom/seaborn-data/master/iris.csv

geeksforgeeks:https://www.geeksforgeeks.org/iris-dataset/

research: http://www.lac.inpe.br/~rafael.santos/Docs/CAP394/WholeStory-Iris.html

MY DATA ANALYSIS USING PANDAS AND MATPLOTLIB

IRIS FLOWER.py

IRIS_analysis.py

Figure_1.png

Figure_2.png

Figure_3.png

CONCLUSION:

Worked with a real dataset and learn how to do basic data analysis and plotting using Pandas and Matplotlib

I’ve now: