File size: 1,187 Bytes
9099def | 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 | {
"ADDRESS": {
"precision": 1.0,
"recall": 0.9355,
"f1-score": 0.9667,
"support": 31
},
"COMPANY": {
"precision": 0.9737,
"recall": 0.925,
"f1-score": 0.9487,
"support": 40
},
"CREDIT_CARD": {
"precision": 1.0,
"recall": 0.963,
"f1-score": 0.9811,
"support": 27
},
"EMAIL": {
"precision": 1.0,
"recall": 0.9565,
"f1-score": 0.9778,
"support": 23
},
"NAME": {
"precision": 1.0,
"recall": 0.9388,
"f1-score": 0.9684,
"support": 49
},
"PHONE": {
"precision": 1.0,
"recall": 0.9643,
"f1-score": 0.9818,
"support": 28
},
"SSN": {
"precision": 1.0,
"recall": 0.9394,
"f1-score": 0.9688,
"support": 33
},
"URL": {
"precision": 1.0,
"recall": 0.9231,
"f1-score": 0.96,
"support": 26
},
"OVERALL_MICRO": {
"precision": 0.9959,
"recall": 0.9416,
"f1-score": 0.968,
"support": 257
},
"OVERALL_MACRO": {
"precision": 0.9967,
"recall": 0.9432,
"f1-score": 0.9692,
"support": 257
},
"OVERALL_WEIGHTED": {
"precision": 0.9959,
"recall": 0.9416,
"f1-score": 0.968,
"support": 257
}
} |