Logistic Regression on Iris Dataset

About Project

Implement a logistic regression program in python to classify an iris flower species as either of 3 classes of species (Iris Setosa, Iris Versicolour, Iris Virginica) The Program classify the flower based off of the petal length, petal height, sepal length, and sepal height using a machine learning algorithm called Logistic Regression.