Datasets:
Search is not available for this dataset
image imagewidth (px) 1.13k 2.68k |
|---|
π§ FairXAI-FraudDetection
π Overview
An end-to-end Explainable AI pipeline for credit card fraud detection that goes beyond prediction performance to evaluate fairness in both model decisions and explanations.
β οΈ Problem
Traditional fraud detection systems act as black boxes and measure fairness only at the prediction level (accuracy, F1).
They fail to assess whether explanations are consistent across different customer groups.
π‘ Contribution
Explanation Disparity Score (EDS)
A novel metric to measure whether SHAP-based explanations remain consistent across customer spending profiles.
π Results
- XGBoost: AUC-ROC 0.9802 | AUC-PR 0.8743 | F1 0.8195
- Moderate Spenders: lowest recall (0.667)
- Premium Spenders: highest performance (F1 0.894)
- High Spenders: distinct explanation pattern (V4 vs V14)
- EDS-F1: 0.1792 β prediction disparity
- EDS-SHAP: 0.0345 β explanation consistency
π Key Insight
The model is consistent in how it explains fraud globally, but inconsistent in how well it detects fraud across customer groups.
π οΈ Methods
- Models: XGBoost, Random Forest, Logistic Regression
- Explainability: SHAP
- Fairness: EDS across 5 spending profiles
π Dataset
Credit Card Fraud Detection (ULB)
284,807 transactions Β· 492 fraud cases Β· 30 features
π Resources
- Downloads last month
- 53