File size: 737 Bytes
6815986
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "ap": 0.9998433583959898,
  "auc": 0.9998391248391248,
  "threshold": 0.91166090965271,
  "per_label": {
    "report_by_label": {
      "0": {
        "precision": 0.9910714285714286,
        "recall": 1.0,
        "f1-score": 0.9955156950672646,
        "support": 111.0
      },
      "1": {
        "precision": 1.0,
        "recall": 0.9910714285714286,
        "f1-score": 0.9955156950672646,
        "support": 112.0
      }
    },
    "accuracy": 0.9955156950672646,
    "confusion_matrix": {
      "labels": [
        "0",
        "1"
      ],
      "matrix": [
        [
          111,
          0
        ],
        [
          1,
          111
        ]
      ]
    }
  },
  "threshold_best_f1_score": 0.9955156950667645
}