Build a Credit-Card Fraud Detector for a Singapore Neobank
Overview
What this challenge is about.
Build a Credit-Card Fraud Detector for a Singapore Neobank. Intermediate challenge in code. Writing production code that solves real engineering problems, ea...
The Brief
What you'll do, and what you'll demonstrate.
Deliver a calibrated fraud-detection model and a deployment plan that beats the current rules on either fraud capture or false-positive rate.
This is not a coding exercise. It is the work a software engineer does between a Jira ticket and a merged PR. That distinction matters to every hiring manager who has seen candidates solve LeetCode problems and none who have shipped production code under real constraints.
When you finish, you will have something most graduates do not: a real-world deliverable, verified by Ewance, that you can show to a hiring manager and say "I did this. Here is the proof."
Earning criteria — what you'll demonstrate
- Train classification models under severe class imbalance honestly
- Calibrate model probabilities so thresholds mean what they say
- Translate a model into one or two business-meaningful operating points
- Plan deployment artifacts (monitoring, retraining cadence) before shipping
Program Fit
Where this fits in your program.
Sharpens the same skills your degree expects you to demonstrate.
Aligned coursework coming soon.
Skills
Skills you'll demonstrate.
Each one shows up on your verified credential.
- Classification Modeling
Apply classification modeling to solve real industry problems and demonstrate production-level capability.
- Class Imbalance
Apply class imbalance to solve real industry problems and demonstrate production-level capability.
- Model Calibration
Apply model calibration to solve real industry problems and demonstrate production-level capability.
- Feature Engineering
Apply feature engineering to solve real industry problems and demonstrate production-level capability.
- Python
Write clean, efficient Python for data processing, automation, and backend services.
- Model Evaluation
Apply model evaluation to solve real industry problems and demonstrate production-level capability.
Careers
Career paths this challenge builds toward
Completing this challenge demonstrates skills that transfer directly to these roles:
Data Scientist
Owning a binary classifier from raw data to a business-defensible threshold is the bread-and-butter project a junior data scientist ships in a fintech risk team.
This challenge sharpens
- classification-modeling
- feature-engineering
- model-evaluation
Machine Learning Engineer
The deployment plan plus calibrated model is the handoff package an MLE turns into a real-time scoring service.
This challenge sharpens
- model-calibration
- python
- model-evaluation