A data analyst is building a logistic regression model to predict whether a customer will churn (yes/no). Which TWO statements about logistic regression are correct?
Logistic regression predicts probabilities.
Why this answer
Logistic regression outputs probabilities between 0 and 1, and can use a sigmoid function. It is a classification algorithm, and coefficients represent log-odds changes.