40 lines
937 B
JSON
40 lines
937 B
JSON
{
|
|
"accuracy": 0.986013986013986,
|
|
"classification_report": {
|
|
"Non-Cat": {
|
|
"precision": 0.0,
|
|
"recall": 0.0,
|
|
"f1-score": 0.0,
|
|
"support": 2.0
|
|
},
|
|
"Cat": {
|
|
"precision": 0.986013986013986,
|
|
"recall": 1.0,
|
|
"f1-score": 0.9929577464788732,
|
|
"support": 141.0
|
|
},
|
|
"accuracy": 0.986013986013986,
|
|
"macro avg": {
|
|
"precision": 0.493006993006993,
|
|
"recall": 0.5,
|
|
"f1-score": 0.4964788732394366,
|
|
"support": 143.0
|
|
},
|
|
"weighted avg": {
|
|
"precision": 0.972223580615189,
|
|
"recall": 0.986013986013986,
|
|
"f1-score": 0.9790702255490987,
|
|
"support": 143.0
|
|
}
|
|
},
|
|
"confusion_matrix": [
|
|
[
|
|
0,
|
|
2
|
|
],
|
|
[
|
|
0,
|
|
141
|
|
]
|
|
]
|
|
} |