Operational question
The model is framed as a reviewer triage tool, so the threshold is tied to intervention capacity and policy costs.
Pablo Zavala · AI Safety Evaluation · Research Engineering
A model that flags DonorsChoose classroom requests most at risk of going unfunded, so limited reviewer attention can reach under-resourced schools first. The fairness audit reports unequal error rates across school poverty levels as part of the deployment analysis.
Role: Applied ML analyst: model selection, thresholding, and fairness audit.
The model is framed as a reviewer triage tool, so the threshold is tied to intervention capacity and policy costs.
The evidence card surfaces the held-out sample size, ROC AUC, and fairness concern so readers see both performance and deployment limits.
The analysis treats unequal error rates across school poverty levels as a policy decision point during model interpretation.
Limited reviewer attention reaches only a fraction of classroom projects, and unfunded projects fall hardest on under-resourced schools.
The model predicts funding risk from features available when a DonorsChoose request is posted.
Stratified cross-validation selects an XGBoost pipeline; a threshold turns its scores into a bottom-ten-percent review list sized to intervention capacity.
The model reaches ROC AUC 0.757 on more than 185,000 held-out projects.
The fairness audit finds unequal error rates across school poverty levels, so deployment would require policy judgment.
The public repository contains the analysis materials and model write-up.