Relational Plot, Two Dimensional Plot, Scatter Plot, Pair Plot, Faceted Plot, Box Plot, Bar Graph, and Density Plot
This repository demonstrates the use of the Seaborn library in Python for data visualization. In this study, I visualize the famous Iris dataset, a multivariate dataset available at the UCI Machine Learning Repository. The Iris dataset contains measurements of sepals and petals for three species of iris flowers.
In this repository, I utilize various Seaborn visualization techniques to explore and present the dataset, including relational plots, scatter plots, pair plots, faceted plots, box plots, bar graphs, and density plots.
Iris Dataset: A brief introduction to the dataset, which includes the following features:
Visualizations: