File size: 249 Bytes
462aef7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "accuracy": 0.74,
    "precision": 0.6709778206364514,
    "recall": 0.74,
    "f1": 0.6923560836326794,
    "confusion_matrix": [
        [
            716,
            61
        ],
        [
            199,
            24
        ]
    ]
}