Hacker News new | ask | show | jobs
by delib 2187 days ago
> it's linear regression on the log-odds

Almost - logistic regression assumes that the function is linear in the log odds, i.e. log(p/(1-p)) = Xb + e. The problem is that you can't compute the log-odds, because you don't know p.