Iris Dataset Classification

ROLE:

Sole developer


TIMELINE:

October 2024 (20 days)

(Updated for portfolio showcase)

SKILLS:

Data Mining

Statistical Analysis

Graphical Analysis

  1. Confusion Matrices

At first, I thought both confusion matrices having the same result was a result of faulty code, but after triple checking my code and re-running the experiment with different random state values, I can confirm these matrices are correct. It is possible for both to have the same result (one versicolor incorrectly identified as Viriginica), especially in a clean and well-separated dataset like this one.

2. Value Distribution of Data Features

Petal length for Iris Setosa closely followed a normal distribution.

Petal width for Iris Virginica was the only feature to approximate a bimodal distribution.

While petal width was right-skewed!

Others still, like, petal width for Versicolor, were right-skewed.