jarrydmartinx commited on
Commit
2dd2099
·
1 Parent(s): 42f1cbd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: x0
5
+ dtype: float32
6
+ - name: x1
7
+ dtype: float32
8
+ - name: x2
9
+ dtype: float32
10
+ - name: x3
11
+ dtype: float32
12
+ - name: x4
13
+ dtype: float32
14
+ - name: x5
15
+ dtype: float32
16
+ - name: x6
17
+ dtype: float32
18
+ - name: event_time
19
+ dtype: float32
20
+ - name: event_indicator
21
+ dtype: int32
22
+ splits:
23
+ - name: train
24
+ num_bytes: 80352
25
+ num_examples: 2232
26
+ download_size: 34711
27
+ dataset_size: 80352
28
+ ---
29
+ # Dataset Card for "deepsurv_gbsg"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)