Upload thresholds.json
Browse files- ckpt/thresholds.json +25 -0
ckpt/thresholds.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "multi-label-classification",
|
| 3 |
+
"threshold_selection": "macro_F1_optimized",
|
| 4 |
+
"validation_dataset": "validation",
|
| 5 |
+
"thresholds": {
|
| 6 |
+
"Medical material": 0.39078156312625256,
|
| 7 |
+
"Arterial wall calcification": 0.4529058116232465,
|
| 8 |
+
"Cardiomegaly": 0.3767535070140281,
|
| 9 |
+
"Pericardial effusion": 0.11623246492985984,
|
| 10 |
+
"Coronary artery wall calcification": 0.4949899799599199,
|
| 11 |
+
"Hiatal hernia": 0.1703406813627255,
|
| 12 |
+
"Lymphadenopathy": 0.2945891783567135,
|
| 13 |
+
"Emphysema": 0.2585170340681363,
|
| 14 |
+
"Atelectasis": 0.30260521042084176,
|
| 15 |
+
"Lung nodule": 0.3166332665330662,
|
| 16 |
+
"Lung opacity": 0.3827655310621243,
|
| 17 |
+
"Pulmonary fibrotic sequela": 0.23246492985971945,
|
| 18 |
+
"Pleural effusion": 0.2645290581162325,
|
| 19 |
+
"Mosaic attenuation pattern": 0.1943887775551103,
|
| 20 |
+
"Peribronchial thickening": 0.2945891783567135,
|
| 21 |
+
"Consolidation": 0.3066132264529059,
|
| 22 |
+
"Bronchiectasis": 0.3066132264529059,
|
| 23 |
+
"Interlobular septal thickening": 0.18637274549098204
|
| 24 |
+
}
|
| 25 |
+
}
|