FraudSense Ensemble Engine
Blends RandomForestClassifier pattern correlation with IsolationForest anomaly scoring. Every inference returns a SHAP feature breakdown, risk tier, and latency measurement — verified against a SHA-256 model hash before load.
Built like a fraud desk, not a demo classifier
FraudSense separates known-pattern detection, unknown-anomaly discovery, and analyst-grade explanations so each decision can be defended in a review queue.
Supervised Signature Matching
RandomForestClassifier catches known card, UPI, NEFT, and RTGS fraud patterns using amount, velocity, channel, and merchant-risk features.
Unsupervised Anomaly Sweep
IsolationForest scores unusual behavior that has not yet appeared in labelled fraud data, protecting the model from stale attack signatures.
Explainable Risk Contract
Every decision returns SHAP-style feature contribution data, a signed model hash, a tier boundary, and a correlation ID for audit traceability.
SHAP Feature Attribution
How It Works
From raw transaction to accountable action
Normalize
Canonicalize amount, channel, device, merchant, and hour-of-day signals before inference.
Score
Blend forest probability with anomaly magnitude and calibrated threshold boundaries.
Explain
Attach feature attribution so analysts see why the transaction moved tiers.
Route
Pass, monitor, review, or block through Kafka topics without slowing the API.