Loading...
Intelligence›Rule Mining›0 candidates, 0 strong
_relate
12
Candidates
4
Strong
20
Min support
_relate
POST /api/v1/_relate
{
"from": "purchase_orders",
"where": {},
"relate": [
"cost_center",
"account_code",
"approver"
],
"where": {
"$p": { "$gt": 0.85 }
}
}
{
"from": "purchase_orders",
"where": {},
"relate": [
"cost_center",
"account_code",
"approver"
],
"where": {
"$p": { "$gt": 0.85 }
}
}
How it works
Rule mining uses aito.._relate to surface recurring patterns in procurement data as candidates for governance review. Nothing is promoted to policy without an explicit human signoff. The lift and support columns let an auditor judge whether a candidate is statistically meaningful before it becomes a hardcoded rule.
Learn more