Overview of the GNN FSI Fraud Detection Model
branch-25.10The GNN FSI model is a demonstration model designed to showcase a fraud detection pipeline using Graph Neural Networks (GNN) and gradient boosting trees. It is intended for testing and validating the Morpheus GNN FSI pipeline rather than for production use.
Core Functionality:
- Purpose: Identifies fraudulent credit card transactions within a transaction network.
- Architecture: Uses a bipartite heterogeneous graph representation. It employs
HinSAGE(a heterogeneous implementation ofGraphSAGE) for feature embedding andXGBoostas the final binary classifier. - Output: Produces an anomalous score (fraud probability) between 0 and 1.
Note: This model is for demonstration purposes and should not be used in production environments.