pytorch-survival commited on
Commit
544797a
·
1 Parent(s): 49885c6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: age
5
+ dtype: float32
6
+ - name: sex
7
+ dtype: float32
8
+ - name: sample.yr
9
+ dtype: int64
10
+ - name: kappa
11
+ dtype: float32
12
+ - name: lambda
13
+ dtype: float32
14
+ - name: flc.grp
15
+ dtype: int64
16
+ - name: creatinine
17
+ dtype: float32
18
+ - name: mgus
19
+ dtype: float32
20
+ - name: event_time
21
+ dtype: float32
22
+ - name: event_indicator
23
+ dtype: int64
24
+ splits:
25
+ - name: train
26
+ num_bytes: 339248
27
+ num_examples: 6524
28
+ download_size: 98347
29
+ dataset_size: 339248
30
+ ---
31
+ # Dataset Card for "flchain"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)