14.8 Summary
Naive Bayes
f(y|x1,x2,...,xp)=f(y)⋅L(y|x1,x2,...,xp)∑y′f(y′)⋅L(y′|x1,x2,...,xp)
- conditionally independent → computationally efficient
- generalizes to more than two categories
- assumptions violated commonly in practice
Logistic Regression
log(π1−π)=β0+β1X1+⋯+βkXp
- binary classification
- coefficients → illumination of the relationships among these variables