File size: 251 Bytes
462aef7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "accuracy": 0.738,
    "precision": 0.6753064262867112,
    "recall": 0.738,
    "f1": 0.6952395246748779,
    "confusion_matrix": [
        [
            710,
            67
        ],
        [
            195,
            28
        ]
    ]
}