Add input_validation_script/tests/data/valid_drift_report.json
This commit is contained in:
parent
b4ae2d529d
commit
70030a3590
1 changed files with 12 additions and 0 deletions
12
input_validation_script/tests/data/valid_drift_report.json
Normal file
12
input_validation_script/tests/data/valid_drift_report.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"policy_hash": "abc123def456",
|
||||
"run_id": "run_20240513_001",
|
||||
"pinned_flag": true,
|
||||
"mischfenster_p95": 2.45,
|
||||
"metrics": {
|
||||
"accuracy": 0.987,
|
||||
"precision": 0.975,
|
||||
"recall": 0.982
|
||||
},
|
||||
"unknown_label": ""
|
||||
}
|
||||
Loading…
Reference in a new issue