File size: 1,802 Bytes
c16c366 | 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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | {
"mean_auc": 0.7987,
"mean_auprc": 0.2185,
"loss": 0.0,
"auc_per_class": {
"Atelectasis": 0.7895,
"Cardiomegaly": 0.9193,
"Consolidation": 0.7804,
"Edema": 0.8644,
"Effusion": 0.8704,
"Mass": 0.8099,
"Nodule": 0.7192,
"Pleural_Thickening": 0.7741,
"Pneumonia": 0.6655,
"Pneumothorax": 0.7942
},
"auprc_per_class": {
"Atelectasis": 0.3021,
"Cardiomegaly": 0.4017,
"Consolidation": 0.1429,
"Edema": 0.1168,
"Effusion": 0.4428,
"Mass": 0.2396,
"Nodule": 0.1876,
"Pleural_Thickening": 0.1176,
"Pneumonia": 0.0238,
"Pneumothorax": 0.2103
},
"precision": {
"Atelectasis": 0.2274,
"Cardiomegaly": 0.2688,
"Consolidation": 0.1163,
"Edema": 0.1274,
"Effusion": 0.3304,
"Mass": 0.1771,
"Nodule": 0.1473,
"Pleural_Thickening": 0.1115,
"Pneumonia": 0.0427,
"Pneumothorax": 0.1382
},
"recall": {
"Atelectasis": 0.6623,
"Cardiomegaly": 0.7396,
"Consolidation": 0.5825,
"Edema": 0.5323,
"Effusion": 0.7185,
"Mass": 0.5183,
"Nodule": 0.4542,
"Pleural_Thickening": 0.4392,
"Pneumonia": 0.2174,
"Pneumothorax": 0.5669
},
"f1": {
"Atelectasis": 0.3385,
"Cardiomegaly": 0.3943,
"Consolidation": 0.1938,
"Edema": 0.2056,
"Effusion": 0.4527,
"Mass": 0.264,
"Nodule": 0.2224,
"Pleural_Thickening": 0.1778,
"Pneumonia": 0.0714,
"Pneumothorax": 0.2222
},
"split": "test",
"checkpoint": "/teamspace/studios/this_studio/chest-xray-classifier/checkpoints/best_model.pt",
"n_samples": 5000,
"pathology_classes": [
"Atelectasis",
"Cardiomegaly",
"Consolidation",
"Edema",
"Effusion",
"Mass",
"Nodule",
"Pleural_Thickening",
"Pneumonia",
"Pneumothorax"
]
} |