You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**v2 (current)**: GPBoost -- LightGBM gradient boosting with per-program random intercepts. Trained on 11,100+ labeled records, 13 features, 31 programs. AUC 0.723, Brier 0.206 (5-fold CV).
57
+
**v1 (primary)**: Per-program logistic regression on GPA + GRE Quant with bias correction and enhanced profile adjustments. 27 trained models covering all 15 focused programs.
|Internship quality | +0.15 to +0.80 | Jane Street +0.80, Goldman +0.45, generic +0.15|
65
+
|Internship count | +0.15/each|Diminishing, up to 3 extra|
66
+
|Published paper | +0.40|Conference or journal paper|
67
+
|Research experience | +0.20|Research project without publication|
68
+
|Major relevance | +0.15 to +0.30|Dual quant major +0.30, single +0.15|
69
+
|International|-0.25 | Non-US nationality|
70
70
71
-
**v1 (fallback)**: Per-program logistic regression on GPA + GRE Quant with bias correction. 23 trained models. Used when GPBoost is not installed.
71
+
**v2 (fallback)**: GPBoost -- LightGBM gradient boosting with per-program random intercepts. Trained on 11,100+ labeled records, 13 features, 31 programs. AUC 0.723, Brier 0.206 (5-fold CV). Used for programs without a v1 model.
72
72
73
73
**Bias correction**: Self-reported data has survivor bias (65% accept rate in data vs 4-30% real). The model replaces the biased intercept with logit(*r*) where *r* is the official acceptance rate, preserving learned feature slopes ([King & Zeng 2001](https://gking.harvard.edu/files/abs/0s-abs.shtml)).
0 commit comments