Applying Exploratory Data Analysis on IRIS dataset
Iris dataset is one of the most easiest and straightforward datasets to use. In Iris dataset, we can represent dataset as a matrix in the following format. Petal length Petal Width Sepal length Sepal width Flower-1 Flower-2 : Flower-n However, more often than not, a dataset also contains labels or Read more…