File size: 618 Bytes
8e9818e |
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.8148895285345188,
"details": {
"optimal_classifier_name": "logreg",
"val_scores": {
"knn_cosine_k_2": {
"accuracy": 0.7875061485489424,
"macro_f1": 0.735126286885438
},
"logreg": {
"accuracy": 0.8573536645351697,
"macro_f1": 0.838740737492276
}
},
"test_scores": {
"logreg": {
"accuracy": 0.8362474781439139,
"macro_f1": 0.8148895285345188
}
}
}
} |