Neural Sync Active
Logistic Regression
Registry Synced
Logistic Regression
97 words
1 min read
Reading compass
Now · Model
Logistic Regression
Model
log(1−pp)=β0+β1x1+⋯+βkxk p=1+eβ0+β1x1+⋯eβ0+β1x1+⋯Maximum Likelihood Estimation
Likelihood: L(β)=∏i:yi=1pi∏i:yi=0(1−pi)
Maximized using IRLS (iteratively reweighted least squares).
Model Evaluation
- Deviance: −2ln(L) (compare to null model)
- AIC: Deviance +2p
- ROC curve: Plot TPR vs FPR. AUC = area under curve.
- Confusion matrix: Accuracy, precision, recall, F1 Join Discord PreviousGeneralized Linear ModelsNextMixed Effects Models