Business Challenge
- 30-day readmissions attract NHS penalties worth millions annually
- Premature discharge causes complications; delayed discharge wastes capacity
- Clinical judgement alone cannot process hundreds of simultaneous risk variables
Three end-to-end projects spanning healthcare, finance, and retail β each showing the full journey from business problem to deployed solution, with interactive demos that let you adjust parameters and see results in real time.
Each project tells a complete story: a real business challenge, the technical decisions made to address it, and measurable outcomes. Transparency about methodology and trade-offs is deliberate β in production, reliability and interpretability often matter more than squeezing out the last percentage point of accuracy.
Identifying high-risk patients before discharge so targeted interventions can prevent costly and harmful readmissions.
Key Insight β Pilot sites cut readmission rates by 30% among high-risk patients, with the model identifying nearly four out of five who would readmit (78% recall at 65% precision) and creating value exceeding Β£312,000 per thousand discharges.
Inconsistently recorded in historical records β resolved with multiple imputation and improved collection protocols.
Overcome by implementing SHAP values so clinicians could see exactly which factors drove each individual risk score.
Detecting fraud rings by analysing the structure of transaction networks β catching patterns that per-transaction methods miss entirely.
| Approach | ROC AUC | Precision @ 75% Recall |
|---|---|---|
| Rule-Based System | 0.71 | β |
| Standard ML (gradient boosting) | 0.78 | 65% |
| Graph Neural Network | 0.89 | 85% |
Key Insight β Analysing account relationships rather than isolated transactions raised ROC AUC from 0.78 to 0.89, cutting fraud losses by 45% whilst simultaneously reducing false positives by 28% β fewer customer declines alongside better fraud prevention.
Forecasting demand across 10 million product-location combinations whilst keeping every level of the hierarchy mathematically consistent.
Complex neural nets achieved marginally better offline accuracy but proved fragile and hard for users to trust. Prophet + hierarchical reconciliation delivered similar results with far better maintainability.