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.
3 SPECIES( 50 each-150 total-4 parameters(sepal length,sepal width,petal length,petal width))
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
Worked with a real dataset and learn how to do basic data analysis and plotting using Pandas and Matplotlib
I’ve now: