tnt306 commited on
Commit
39f5339
·
1 Parent(s): 2959c57

Added comma

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, 10591 features
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: