Question 18
Assume that you have trained a logistic regression model on a training dataset containing features X1 and X2. The coefficients obtained are given in Table 1.
Based on the above data, answer the given subquestions.
What is the correct interpretation of the coefficient β1?
If the X1 increases by 1 unit, the log of odds of the positive outcome increases by 0.3, assuming X2 to be constant.
If the X1 increases by 1 unit, the odds of the positive outcome increases by 35% (e^(0.3) = 1.35), assuming X2 to be constant.
Higher values of X1 are associated with an increased likelihood of the positive outcome
None of these