File size: 619 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.8848812917656395,
    "details": {
        "optimal_classifier_name": "logreg",
        "val_scores": {
            "knn_cosine_k_2": {
                "accuracy": 0.8657156910969012,
                "macro_f1": 0.8581068338871749
            },
            "logreg": {
                "accuracy": 0.8898180029513035,
                "macro_f1": 0.887764836229313
            }
        },
        "test_scores": {
            "logreg": {
                "accuracy": 0.8860121049092132,
                "macro_f1": 0.8848812917656395
            }
        }
    }
}