Tech
Day 11 of 100 Days of AI
Logistic regression continued. In the lab portion of the intro to ML course today, I went through an exercise of running a logistic regression analysis on fictional customer data. I’ve put the code on Github here. The model is structured as follows: logit(p) = -0.2675 + (-0.1526 * tenure)