iris-classification is a simple Python project that demonstrates how to classify the Iris dataset using Scikit-learn. It loads the classic Iris dataset, splits it into training and testing sets, ...