Add policy_eval_script/tests/data/example_drift_report.json
This commit is contained in:
parent
661503c2f0
commit
c84ecf0b31
1 changed files with 25 additions and 0 deletions
25
policy_eval_script/tests/data/example_drift_report.json
Normal file
25
policy_eval_script/tests/data/example_drift_report.json
Normal 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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue