File size: 2,588 Bytes
e65379c | 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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | {
"task": "decay_profile",
"epoch_stats": [
{
"boundary_index": 0,
"boundary": "very_fast|>fast"
},
{
"boundary_index": 1,
"boundary": "fast|>medium"
},
{
"boundary_index": 2,
"boundary": "medium|>slow"
},
{
"boundary_index": 3,
"boundary": "slow|>very_slow"
}
],
"training_summary": {
"actual_epochs": 1,
"best_epoch": 1,
"early_stopped": false,
"boundary_count": 4
},
"boundaries": [
{
"boundary": "very_fast|>fast",
"index": 0,
"positive_rows": 32000,
"negative_rows": 8000,
"calibration": {
"method": "sigmoid",
"split": "eval",
"rows": 5000,
"pre_ece": 0.007230522978587395,
"post_ece": 0.00047552909827319745,
"pre_accuracy": 1.0,
"post_accuracy": 1.0,
"accuracy_delta": 0.0
},
"isotonic": {
"rows": 5000,
"pre_mean": 0.7999997007490585,
"post_mean": 0.8
}
},
{
"boundary": "fast|>medium",
"index": 1,
"positive_rows": 24000,
"negative_rows": 16000,
"calibration": {
"method": "sigmoid",
"split": "eval",
"rows": 5000,
"pre_ece": 0.009162517489532895,
"post_ece": 0.0005985034683911872,
"pre_accuracy": 1.0,
"post_accuracy": 1.0,
"accuracy_delta": 0.0
},
"isotonic": {
"rows": 5000,
"pre_mean": 0.5999999334705475,
"post_mean": 0.6
}
},
{
"boundary": "medium|>slow",
"index": 2,
"positive_rows": 16000,
"negative_rows": 24000,
"calibration": {
"method": "sigmoid",
"split": "eval",
"rows": 5000,
"pre_ece": 0.011862165538748193,
"post_ece": 0.0005116815113473949,
"pre_accuracy": 1.0,
"post_accuracy": 1.0,
"accuracy_delta": 0.0
},
"isotonic": {
"rows": 5000,
"pre_mean": 0.4000000665555369,
"post_mean": 0.4
}
},
{
"boundary": "slow|>very_slow",
"index": 3,
"positive_rows": 8000,
"negative_rows": 32000,
"calibration": {
"method": "sigmoid",
"split": "eval",
"rows": 5000,
"pre_ece": 0.007803197222763126,
"post_ece": 0.0005485122608633874,
"pre_accuracy": 1.0,
"post_accuracy": 1.0,
"accuracy_delta": 0.0
},
"isotonic": {
"rows": 5000,
"pre_mean": 0.20000029925930188,
"post_mean": 0.2
}
}
]
} |