Logistic Regression: Basics
๐ก Use regression algorithm for classification
Logistic regression: estimate the probability that an instance belongs to a particular class
If the estimated probability is greater than 50%, then the model predicts that the instance belongs to that class (called the positive class, labeled โ1โ), or else it predicts that it does not (i.
2020-07-13