๐Ÿ›ก๏ธ Real-Time Credit Card Fraud Detection

An end-to-end fraud system on the Sparkov dataset (1.85M transactions, ~0.5% fraud).

  • Model โ€” LightGBM (PR-AUC 0.97) ยท plus a GraphSAGE GNN and an autoencoder baseline
  • Honest evaluation โ€” PR-AUC, cost-optimal thresholds, an imbalance study + real-data validation
  • Production-shaped โ€” leakage-safe features, SHAP explanations, drift monitoring, ~10 ms scoring

๐Ÿ‘‰ Try it: open the Live Scoring tab, set an amount / time / distance, and click Score.


Built by Muhammad Fikri Wahidin ยท Sparkov dataset ยท LightGBM ยท PyTorch Geometric ยท SHAP ยท FastAPI