jarrydmartinx commited on
Commit
55392a2
·
1 Parent(s): 67fd48d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +107 -0
README.md ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: age
5
+ dtype: float64
6
+ - name: sex
7
+ dtype: string
8
+ - name: hospdead
9
+ dtype: int64
10
+ - name: slos
11
+ dtype: int64
12
+ - name: dzgroup
13
+ dtype: string
14
+ - name: dzclass
15
+ dtype: string
16
+ - name: num.co
17
+ dtype: int64
18
+ - name: edu
19
+ dtype: float64
20
+ - name: income
21
+ dtype: string
22
+ - name: scoma
23
+ dtype: float64
24
+ - name: charges
25
+ dtype: float64
26
+ - name: totcst
27
+ dtype: float64
28
+ - name: totmcst
29
+ dtype: float64
30
+ - name: avtisst
31
+ dtype: float64
32
+ - name: race
33
+ dtype: string
34
+ - name: sps
35
+ dtype: float64
36
+ - name: aps
37
+ dtype: float64
38
+ - name: surv2m
39
+ dtype: float64
40
+ - name: surv6m
41
+ dtype: float64
42
+ - name: hday
43
+ dtype: int64
44
+ - name: diabetes
45
+ dtype: int64
46
+ - name: dementia
47
+ dtype: int64
48
+ - name: ca
49
+ dtype: string
50
+ - name: prg2m
51
+ dtype: float64
52
+ - name: prg6m
53
+ dtype: float64
54
+ - name: dnr
55
+ dtype: string
56
+ - name: dnrday
57
+ dtype: float64
58
+ - name: meanbp
59
+ dtype: float64
60
+ - name: wblc
61
+ dtype: float64
62
+ - name: hrt
63
+ dtype: float64
64
+ - name: resp
65
+ dtype: float64
66
+ - name: temp
67
+ dtype: float64
68
+ - name: pafi
69
+ dtype: float64
70
+ - name: alb
71
+ dtype: float64
72
+ - name: bili
73
+ dtype: float64
74
+ - name: crea
75
+ dtype: float64
76
+ - name: sod
77
+ dtype: float64
78
+ - name: ph
79
+ dtype: float64
80
+ - name: glucose
81
+ dtype: float64
82
+ - name: bun
83
+ dtype: float64
84
+ - name: urine
85
+ dtype: float64
86
+ - name: adlp
87
+ dtype: float64
88
+ - name: adls
89
+ dtype: float64
90
+ - name: sfdm2
91
+ dtype: string
92
+ - name: adlsc
93
+ dtype: float64
94
+ - name: event_times
95
+ dtype: int64
96
+ - name: event_indicators
97
+ dtype: int64
98
+ splits:
99
+ - name: train
100
+ num_bytes: 3753153
101
+ num_examples: 9105
102
+ download_size: 827762
103
+ dataset_size: 3753153
104
+ ---
105
+ # Dataset Card for "support2"
106
+
107
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)