File size: 659 Bytes
11f4234 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | {
"scope": {
"total": 22,
"holdout": 18,
"canary": 4,
"parser_all_matched": "22/22",
"unsafe_all_matched": 0
},
"stage2": {
"exact": "9/22",
"holdout": "5/18",
"canary": "4/4"
},
"stage3_corrected": {
"exact": "4/22",
"holdout": "1/18",
"canary": "3/4"
},
"stage4": {
"exact": "10/22",
"holdout": "6/18",
"canary": "4/4"
},
"paired": {
"stage4_vs_stage2": {
"mcnemar_exact_two_sided_p": 1.0,
"significant_alpha_0_05": false
},
"stage4_vs_clean_stage3": {
"all22_p": 0.015625,
"holdout18_p": 0.03125,
"significant_alpha_0_05": true
}
}
}
|