Add dry_run_mode/tests/data/sample_drift_report.json
This commit is contained in:
parent
a6390026e9
commit
5c6408c4a0
1 changed files with 19 additions and 0 deletions
19
dry_run_mode/tests/data/sample_drift_report.json
Normal file
19
dry_run_mode/tests/data/sample_drift_report.json
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"strata": {
|
||||||
|
"pinned": {
|
||||||
|
"metric_drift": 0.02,
|
||||||
|
"threshold": 0.05,
|
||||||
|
"sample_size": 1200
|
||||||
|
},
|
||||||
|
"unpinned": {
|
||||||
|
"metric_drift": 0.12,
|
||||||
|
"threshold": 0.05,
|
||||||
|
"sample_size": 890
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"metadata": {
|
||||||
|
"evaluation_timestamp": "2024-03-15T10:25:00Z",
|
||||||
|
"source": "unit_test_fixture",
|
||||||
|
"version": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue