owenpha7 commited on
Commit
6e3cc59
·
verified ·
1 Parent(s): 35d9898

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +106 -0
README.md ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: full
6
+ path: data/full-*
7
+ dataset_info:
8
+ features:
9
+ - name: 'Unnamed: 0'
10
+ dtype: int64
11
+ - name: Hour
12
+ dtype: int64
13
+ - name: HR
14
+ dtype: float64
15
+ - name: O2Sat
16
+ dtype: float64
17
+ - name: Temp
18
+ dtype: float64
19
+ - name: SBP
20
+ dtype: float64
21
+ - name: MAP
22
+ dtype: float64
23
+ - name: DBP
24
+ dtype: float64
25
+ - name: Resp
26
+ dtype: float64
27
+ - name: EtCO2
28
+ dtype: float64
29
+ - name: BaseExcess
30
+ dtype: float64
31
+ - name: HCO3
32
+ dtype: float64
33
+ - name: FiO2
34
+ dtype: float64
35
+ - name: pH
36
+ dtype: float64
37
+ - name: PaCO2
38
+ dtype: float64
39
+ - name: SaO2
40
+ dtype: float64
41
+ - name: AST
42
+ dtype: float64
43
+ - name: BUN
44
+ dtype: float64
45
+ - name: Alkalinephos
46
+ dtype: float64
47
+ - name: Calcium
48
+ dtype: float64
49
+ - name: Chloride
50
+ dtype: float64
51
+ - name: Creatinine
52
+ dtype: float64
53
+ - name: Bilirubin_direct
54
+ dtype: float64
55
+ - name: Glucose
56
+ dtype: float64
57
+ - name: Lactate
58
+ dtype: float64
59
+ - name: Magnesium
60
+ dtype: float64
61
+ - name: Phosphate
62
+ dtype: float64
63
+ - name: Potassium
64
+ dtype: float64
65
+ - name: Bilirubin_total
66
+ dtype: float64
67
+ - name: TroponinI
68
+ dtype: float64
69
+ - name: Hct
70
+ dtype: float64
71
+ - name: Hgb
72
+ dtype: float64
73
+ - name: PTT
74
+ dtype: float64
75
+ - name: WBC
76
+ dtype: float64
77
+ - name: Fibrinogen
78
+ dtype: float64
79
+ - name: Platelets
80
+ dtype: float64
81
+ - name: Age
82
+ dtype: float64
83
+ - name: Gender
84
+ dtype: int64
85
+ - name: Unit1
86
+ dtype: float64
87
+ - name: Unit2
88
+ dtype: float64
89
+ - name: HospAdmTime
90
+ dtype: float64
91
+ - name: ICULOS
92
+ dtype: int64
93
+ - name: SepsisLabel
94
+ dtype: int64
95
+ - name: Patient_ID
96
+ dtype: int64
97
+ splits:
98
+ - name: full
99
+ num_bytes: 553556919
100
+ num_examples: 1552210
101
+ download_size: 41013830
102
+ dataset_size: 553556919
103
+ ---
104
+ # Dataset Card for "SepsisPrediction_Dataset_Full"
105
+
106
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)