Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 492 Bytes

File metadata and controls

7 lines (7 loc) · 492 Bytes

Iris Flower Classification using Logistic Regression and Decision Boundary Plotting

In this new repository, I explained how to solve a classification problem using the scikit-learn library and the logistic regression algorithm. By Building a machine learning model to distinguish between three categories( or classes) of the Iris flower (Multi-class classification).

I also explained how to build decision boundaries for binary and multiclass classification tasks