File size: 914 Bytes
1536d66 |
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 |
{
"report": {
"negative": {
"precision": 0.9022140221402214,
"recall": 0.38686708860759494,
"f1-score": 0.5415282392026578,
"support": 1264.0
},
"positive": {
"precision": 0.6223196881091618,
"recall": 0.9601503759398496,
"f1-score": 0.7551744529863986,
"support": 1330.0
},
"accuracy": 0.6808018504240555,
"macro avg": {
"precision": 0.7622668551246916,
"recall": 0.6735087322737223,
"f1-score": 0.6483513460945283,
"support": 2594.0
},
"weighted avg": {
"precision": 0.7587061330649286,
"recall": 0.6808018504240555,
"f1-score": 0.6510692817363414,
"support": 2594.0
}
},
"conf_summary": {
"count": 2594.0,
"mean": 0.5883655744024672,
"std": 0.31197742102372406,
"min": 0.0,
"25%": 0.3612,
"50%": 0.64015,
"75%": 0.867275,
"max": 0.9998
}
} |