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?
Este ejercicio forma parte del curso
Introduction to Predictive Analytics in Python
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
