File size: 583 Bytes
43226e0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "metric_name": "macro_f1",
    "metric_value": 0.5575876111411316,
    "details": {
        "optimal_classifier_name": "logreg",
        "val_scores": {
            "knn_cosine_k_2": {
                "accuracy": 0.4314,
                "macro_f1": 0.4209604852624187
            },
            "logreg": {
                "accuracy": 0.5702,
                "macro_f1": 0.5653832808449197
            }
        },
        "test_scores": {
            "logreg": {
                "accuracy": 0.562,
                "macro_f1": 0.5575876111411316
            }
        }
    }
}