Interpretation of coefficients
Assume you built a logistic regression model to predict which donors are most likely to donate for a project, using age
and time_since_last_gift
(number of months since the last gift) as predictors. The output of the logistic regression model is as follows:
y = 0.3 + 4.5*age - 2.3*time_since_last_gift
Which of the following statements holds, according to the model?
Diese Übung ist Teil des Kurses
Introduction to Predictive Analytics in Python
Interaktive Übung
Setze die Theorie in einer unserer interaktiven Übungen in die Praxis um
