Lee Yih Ven
AI Project

Borrower Risk Evaluator

Loan-default classifier that measures its own accuracy

Most AI demos report a confidence score that nobody ever checks. Borrower Risk Evaluator checks it.

Classifying records is the easy half of an AI build. The hard half, usually skipped, is evaluation: proving with evidence that the output is any good. This project keeps the classifier deliberately simple and spends its effort on the proof.

The data is a public lending set of 32,577 labelled loans, about 21% of them ending in default. The pieces:

A lazy model that calls every borrower "no default" already scores about 79% accuracy here while catching zero defaults. That is exactly why precision and recall, not accuracy, carry the story, and why measuring confidence matters when language-model confidence is so often miscalibrated.

The demo classifies 150 held-out borrowers live with your own Gemini key, and a built-in guide explains what changes to run this on thousands. Framed as decision support, not auto-rejection: a human owns the final call.

Live demo → Source →
#AIEngineering #MachineLearning #ModelEvaluation