Add policy_eval_script/tests/data/example_drift_report.json

This commit is contained in:
Mika 2026-02-06 15:31:49 +00:00
parent 661503c2f0
commit c84ecf0b31

View file

@ -0,0 +1,25 @@
{
"strata": [
{
"stratum": "user_behavior",
"metrics": {
"drift_score": 0.12,
"threshold": 0.1
}
},
{
"stratum": "transaction_patterns",
"metrics": {
"drift_score": 0.25,
"threshold": 0.2
}
},
{
"stratum": "region_distribution",
"metrics": {
"drift_score": 0.05,
"threshold": 0.1
}
}
]
}