Gabriel commited on
Commit
486c4c8
1 Parent(s): c4fc291

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: time
5
+ dtype: int64
6
+ - name: label
7
+ dtype: int64
8
+ - name: true_time
9
+ dtype: int64
10
+ - name: true_label
11
+ dtype: int64
12
+ - name: feature1
13
+ dtype: float64
14
+ - name: feature2
15
+ dtype: float64
16
+ - name: feature3
17
+ dtype: float64
18
+ - name: feature4
19
+ dtype: float64
20
+ - name: feature5
21
+ dtype: float64
22
+ - name: feature6
23
+ dtype: float64
24
+ - name: feature7
25
+ dtype: float64
26
+ - name: feature8
27
+ dtype: float64
28
+ - name: feature9
29
+ dtype: float64
30
+ - name: feature10
31
+ dtype: float64
32
+ - name: feature11
33
+ dtype: float64
34
+ - name: feature12
35
+ dtype: float64
36
+ - name: __index_level_0__
37
+ dtype: int64
38
+ splits:
39
+ - name: train
40
+ num_bytes: 2611200
41
+ num_examples: 19200
42
+ - name: test
43
+ num_bytes: 816000
44
+ num_examples: 6000
45
+ - name: validation
46
+ num_bytes: 652800
47
+ num_examples: 4800
48
+ download_size: 3733894
49
+ dataset_size: 4080000
50
+ ---
51
+ # Dataset Card for "synthetic_competing_risk"
52
+
53
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)