Project Overview
This notebook demonstrates the end-to-end process of loading the Iris dataset, splitting into training and test sets, and applying two different classifiers (Logistic Regression and K-Nearest Neighbors). It covers model training, prediction, and evaluation via accuracy, confusion matrices, and classification reports .