Introducing Kumo Online Serving: Real-time predictions from real-time signals

Learn more
9Multi-label Classification · Fraud IntelligenceBank

Map Fraud Exposure Profiles

For each account, which fraud typologies will they be exposed to next month?

Book a demo and get a free trial of the full platform: research agent, fine-tune capabilities, and forward-deployed engineer support.

By submitting, you accept the Terms and Privacy Policy.

Loved by data scientists, ML engineers & CXOs at

WalmartSAPexpediaCatalina Logo

A real-world example

For each account, which fraud typologies will they be exposed to next month?

Fraud rules treat each fraud type independently — separate models for ATO, card fraud, check fraud, wire fraud. But accounts are often exposed to multiple fraud types simultaneously. A multi-dimensional fraud profile per account lets you deploy layered defenses and prioritize the accounts facing compound threats.

How KumoRFM solves this

Graph-powered fraud intelligence

Kumo’s multi-label prediction returns a different-sized set of fraud typologies per account. It discovers that A002 is exposed to phishing AND card skimming AND check fraud — three countermeasures needed simultaneously. Rules treating each separately would miss the compound risk.

From data to predictions

See the full pipeline in action

Connect your tables, write a PQL query, and get predictions with built-in explainability — all in minutes, not months.

1

Your data

The relational tables Kumo learns from

Accounts

account_idaccount_typechannel_mixrisk_tier
A001Retailonline+branchmedium
A002Commercialonline+wirehigh
A003Retailmobilelow

Fraud Events

event_idaccount_idfraud_typeamounttimestamp
FE01A001phishing3,2002025-01-10
FE02A002card_skimming1,8002025-01-12
FE03A002check_fraud8,5002025-01-14
2

Write your PQL query

Describe what to predict in 2-3 lines — Kumo handles the rest

PQL
PREDICT LIST_DISTINCT(FRAUD_EVENTS.FRAUD_TYPE, 0, 30, days)
FOR EACH ACCOUNTS.ACCOUNT_ID
3

Prediction output

Every entity gets a score, updated continuously

ACCOUNT_IDCLASSSCORETIMESTAMP
A002phishing0.852025-02-01
A002card_skimming0.722025-02-01
A002check_fraud0.612025-02-01
A001phishing0.782025-02-01
4

Understand why

Every prediction includes feature attributions — no black boxes

Account A002 (Offshore Ltd)

Predicted: 3 fraud typologies: phishing, card_skimming, check_fraud

Top contributing features

Fraud events (90d count)

5 events

36% attribution

Channel mix

online+wire

24% attribution

Account risk tier

high

20% attribution

Distinct fraud types (historical)

2 types

13% attribution

Account type

Commercial

7% attribution

Feature attributions are computed automatically for every prediction. No separate tooling required. Learn more about Kumo explainability

Bottom line: Multi-fraud profiles reveal compound risk. A002 faces phishing AND card skimming AND check fraud — deploy all three countermeasures. 30–50% better fraud prevention through layered defense.

Topics covered

fraud exposure profilingmulti-label fraud classificationfraud typology detectiongraph neural networkpredictive fraud intelligencemachine learning fraud detectionKumoRFMAI explainabilitycompound fraud threatsbanking fraud preventionfraud risk assessmentpredictive query language