SafeHire uses a binary classification model to flag potentially fraudulent job applications for manual review before employers can contact candidates. The current gradient boosting model performs well on recall, but operations is escalating that too many legitimate applicants are being incorrectly blocked, creating recruiter friction and support costs.
| Metric | Current Model | Target / Reference |
|---|---|---|
| Precision | 0.41 | = 0.65 |
| Recall | 0.88 | = 0.75 |
| F1 Score | 0.56 | - |
| AUC-ROC | 0.84 | - |
| False Positive Rate | 0.093 | = 0.04 |
| Daily flagged applications | 3,200 | = 2,200 |
| Actual fraud rate | 6.0% | 6.0% |
| Cost per false positive | $18 | High |
| Cost per false negative | $6 | Lower |
In the last 30 days, the model reviewed 50,000 applications. It caught most fraudulent applications, but the business estimates that false positives are now the dominant source of operational cost because each incorrect flag triggers manual review, delays candidate response time, and causes some employers to abandon the platform.