Logistic Regression
2000년 도입 · 논문 1,886편에서 사용
Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression, maximum-entropy classification (MaxEnt) or the log-linear classifier. In this model, the probabilities describing the possible outcomes of a single trial are modeled using a logistic function. Source: scikit-learn Image: Michaelg2015
Generalized Linear Models · General