Spaces:
Sleeping
Sleeping
Added comma
Browse files
app.py
CHANGED
@@ -241,7 +241,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
241 |
"""
|
242 |
- Paper: [Variationally Regularized Graph-based Representation Learning for Electronic Health Records (Zhu et al, 2021)](https://arxiv.org/abs/1912.03761)
|
243 |
- Dataset: [MIMIC-III](https://physionet.org/content/mimiciii/1.4/)
|
244 |
-
- 50,314 records,
|
245 |
- 5,315 positive, 44,999 negative (11.8%)
|
246 |
- Split: 80% training, 10% validation, 10% testing
|
247 |
- Notable points:
|
|
|
241 |
"""
|
242 |
- Paper: [Variationally Regularized Graph-based Representation Learning for Electronic Health Records (Zhu et al, 2021)](https://arxiv.org/abs/1912.03761)
|
243 |
- Dataset: [MIMIC-III](https://physionet.org/content/mimiciii/1.4/)
|
244 |
+
- 50,314 records, 10,591 features
|
245 |
- 5,315 positive, 44,999 negative (11.8%)
|
246 |
- Split: 80% training, 10% validation, 10% testing
|
247 |
- Notable points:
|