File size: 397 Bytes
28cce50 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
datasets:
- hancook
extra_cols:
- OS_treatment_rdc_event
- OS_treatment_rdc_days
label_dict:
0: Quartile 1, Event 0
1: Quartile 2, Event 0
2: Quartile 3, Event 0
3: Quartile 4, Event 0
4: Quartile 1, Event 1
5: Quartile 2, Event 1
6: Quartile 3, Event 1
7: Quartile 4, Event 1
metrics:
- cindex
num_samples: 203
sample_col: case_id
task_col: OS_treatment_rdc
task_type: survival
|