alkzar90 commited on
Commit
7053f50
1 Parent(s): e1cf4ef

Add dataset label distribution by spit table

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -102,7 +102,7 @@ The data instances have the following fields:
102
  ```
103
  </details>
104
 
105
- Label distribution on the dataset:
106
 
107
  | labels | obs | freq |
108
  |:-------------------|------:|-----------:|
@@ -130,6 +130,26 @@ Label distribution on the dataset:
130
  |# of examples|86524|25596|
131
 
132
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
  ## Dataset Creation
134
 
135
  ### Curation Rationale
 
102
  ```
103
  </details>
104
 
105
+ **Label distribution on the dataset:**
106
 
107
  | labels | obs | freq |
108
  |:-------------------|------:|-----------:|
 
130
  |# of examples|86524|25596|
131
 
132
 
133
+ **Label distribution by dataset split:**
134
+
135
+ | labels | ('Train', 'obs') | ('Train', 'freq') | ('Test', 'obs') | ('Test', 'freq') |
136
+ |:-------------------|-------------------:|--------------------:|------------------:|-------------------:|
137
+ | No Finding | 50500 | 0.483392 | 9861 | 0.266032 |
138
+ | Infiltration | 13782 | 0.131923 | 6112 | 0.164891 |
139
+ | Effusion | 8659 | 0.082885 | 4658 | 0.125664 |
140
+ | Atelectasis | 8280 | 0.0792572 | 3279 | 0.0884614 |
141
+ | Nodule | 4708 | 0.0450656 | 1623 | 0.0437856 |
142
+ | Mass | 4034 | 0.038614 | 1748 | 0.0471578 |
143
+ | Consolidation | 2852 | 0.0272997 | 1815 | 0.0489654 |
144
+ | Pneumothorax | 2637 | 0.0252417 | 2665 | 0.0718968 |
145
+ | Pleural_Thickening | 2242 | 0.0214607 | 1143 | 0.0308361 |
146
+ | Cardiomegaly | 1707 | 0.0163396 | 1069 | 0.0288397 |
147
+ | Emphysema | 1423 | 0.0136211 | 1093 | 0.0294871 |
148
+ | Edema | 1378 | 0.0131904 | 925 | 0.0249548 |
149
+ | Fibrosis | 1251 | 0.0119747 | 435 | 0.0117355 |
150
+ | Pneumonia | 876 | 0.00838518 | 555 | 0.0149729 |
151
+ | Hernia | 141 | 0.00134967 | 86 | 0.00232012 |
152
+
153
  ## Dataset Creation
154
 
155
  ### Curation Rationale