Logistic (Logit) Regression Model
Logistic (Logit) Regression Model
Logistic (Logit) Regression Model
- is a discriminative-typed supervised classification algorithm that models the relationship between:
- a single discrete/categorical response/dependent variable 𝑌 (for continuous/scalar use linear regression)
- one or more explanatory/predictor/covariate/independent variables {𝑋1, ..., 𝑋𝑘}. predictor variable types:
- continuous/scalar/numerical predictor
- discrete/categorical predictor - itself can be either bi/multi-nominal or ordinal
- unlike linear regression which outputs continuous number values, logistic regression transforms its output using the logistic sigmoid function to return a probability value which can then be mapped to two or more discrete classes
Logistic Regression - Types
Type | Description |
---|---|
Binomial/Binary Logistic Regression (BLR) |
|
Multinomial/Nominal Logistic Regression (MLR) |
|
Ordinal Logistic Regression |
|
Logistic Regression - Other
, multiple selections available,