File size: 1,281 Bytes
14ee20b
 
ea8daac
 
 
 
 
14ee20b
 
ea8daac
 
 
14ee20b
 
 
ea8daac
 
 
14ee20b
 
ea8daac
14ee20b
ea8daac
 
 
14ee20b
 
 
ea8daac
 
 
14ee20b
 
 
 
 
ea8daac
 
14ee20b
 
ea8daac
 
14ee20b
 
ea8daac
14ee20b
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
40
41
42
43
44
45
46
{
    "total_samples": 13877,
    "accuracy": 0.8509043741442675,
    "macro_precision": 0.8192254366193239,
    "macro_recall": 0.8151287416913957,
    "macro_f1": 0.8171262560991883,
    "average_loss": 0.8716882247996837,
    "classification_report": {
        "label_0": {
            "precision": 0.8919000301114123,
            "recall": 0.8995748127151245,
            "f1-score": 0.8957209818053525,
            "support": 9878.0
        },
        "label_1": {
            "precision": 0.7465508431272355,
            "recall": 0.7306826706676669,
            "f1-score": 0.7385315303930241,
            "support": 3999.0
        },
        "accuracy": 0.8509043741442675,
        "macro avg": {
            "precision": 0.8192254366193239,
            "recall": 0.8151287416913957,
            "f1-score": 0.8171262560991883,
            "support": 13877.0
        },
        "weighted avg": {
            "precision": 0.8500140750238774,
            "recall": 0.8509043741442675,
            "f1-score": 0.8504229623344365,
            "support": 13877.0
        }
    },
    "confusion_matrix": [
        [
            8886,
            992
        ],
        [
            1077,
            2922
        ]
    ],
    "evaluation_duration_seconds": 1649.3387715816498
}