Upload dataset
Browse files
README.md
CHANGED
|
@@ -32,6 +32,22 @@ dataset_info:
|
|
| 32 |
num_examples: 17916
|
| 33 |
download_size: 236219
|
| 34 |
dataset_size: 734556
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
configs:
|
| 36 |
- config_name: trialbench-adverse-events
|
| 37 |
data_files:
|
|
@@ -41,6 +57,10 @@ configs:
|
|
| 41 |
data_files:
|
| 42 |
- split: train
|
| 43 |
path: trialbench-mortality/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
---
|
| 45 |
|
| 46 |
# TrialBench: Clinical Trial Outcome Prediction Dataset
|
|
|
|
| 32 |
num_examples: 17916
|
| 33 |
download_size: 236219
|
| 34 |
dataset_size: 734556
|
| 35 |
+
- config_name: trialbench-patient-dropout
|
| 36 |
+
features:
|
| 37 |
+
- name: NCT_ID
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: droupout_rate
|
| 40 |
+
dtype: float64
|
| 41 |
+
- name: label
|
| 42 |
+
dtype: int64
|
| 43 |
+
- name: phase
|
| 44 |
+
dtype: string
|
| 45 |
+
splits:
|
| 46 |
+
- name: train
|
| 47 |
+
num_bytes: 1570382
|
| 48 |
+
num_examples: 38302
|
| 49 |
+
download_size: 573086
|
| 50 |
+
dataset_size: 1570382
|
| 51 |
configs:
|
| 52 |
- config_name: trialbench-adverse-events
|
| 53 |
data_files:
|
|
|
|
| 57 |
data_files:
|
| 58 |
- split: train
|
| 59 |
path: trialbench-mortality/train-*
|
| 60 |
+
- config_name: trialbench-patient-dropout
|
| 61 |
+
data_files:
|
| 62 |
+
- split: train
|
| 63 |
+
path: trialbench-patient-dropout/train-*
|
| 64 |
---
|
| 65 |
|
| 66 |
# TrialBench: Clinical Trial Outcome Prediction Dataset
|