Log Odds

The log odds is the logarithm applied to the Odds. In a Logistic Regression we try to predict these log odds via a linear combination of the features (just like in Perceptron or Linear Regression we assume this linear relationship).

The Sigmoid Function is the inverse function of the logit function, so we can get back the normal probability .

Explainability

Increasing a features value by one unit (this is happening in the numerator), the odds ratio changes by a factor of .

We can rewrite this to Which leads to the conclusion that the odds will increase multiplicative by the exponential of the weight of that feature.