Logistic Regression (now with the math behind it!)
Logistic Regression is a type of linear model that’s mostly used for binary classification but can also be used for multi-class classification. If the term linear model sounds something familiar, then that might be because Linear Regression is also a type of linear model. To proceed with this notebook you first have to make sure that you understand ML concepts…