/logistic-regression-multiclassification

Solve the Iris flower classification problem with logistic regression

Primary LanguagePython

Multi Class Classification logistic regression

Given the sepal length(cm), sepal width(cm), petal length(cm) and petal width; predict if it is an Iris Setosa, Iris Versicolour or Iris Virginica

The algorithm : Logistic regression