⚙️ Machine Learning Workflow Load the Iris Dataset Split the dataset into training and testing sets Train the Decision Tree Classifier Test the model Evaluate the model using Accuracy Score Display ...
A Streamlit web application that predicts the species of an Iris flower from user-provided sepal and petal measurements, using a pre-trained Random Forest classifier.