jonathanagustin commited on
Commit
95252d6
1 Parent(s): c5dce38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +84 -1
README.md CHANGED
@@ -1,3 +1,86 @@
1
  ---
 
 
2
  license: odbl
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: odbl
5
+ tags:
6
+ - health
7
+ - heart-disease
8
+ - medical
9
+ - machine-learning
10
+ annotations_creators:
11
+ - expert-generated
12
+ language_creators:
13
+ - expert-generated
14
+ pretty_name: Heart Failure Prediction Dataset
15
+ size_categories:
16
+ - 1K<n<10K
17
+ source_datasets:
18
+ - original
19
+ task_categories:
20
+ - structured-data-classification
21
+ task_ids:
22
+ - binary-classification
23
+ - health-data-analysis
24
+ paperswithcode_id: heart-failure-prediction
25
+ configs:
26
+ - default
27
+
28
+ dataset_info:
29
+ features:
30
+ - name: Age
31
+ dtype: int32
32
+ - name: Sex
33
+ dtype: string
34
+ - name: ChestPainType
35
+ dtype: string
36
+ - name: RestingBP
37
+ dtype: int32
38
+ - name: Cholesterol
39
+ dtype: int32
40
+ - name: FastingBS
41
+ dtype: int32
42
+ - name: RestingECG
43
+ dtype: string
44
+ - name: MaxHR
45
+ dtype: int32
46
+ - name: ExerciseAngina
47
+ dtype: string
48
+ - name: Oldpeak
49
+ dtype: float32
50
+ - name: ST_Slope
51
+ dtype: string
52
+ - name: HeartDisease
53
+ dtype: int32
54
+ config_name: default
55
+ splits:
56
+ - name: total
57
+ num_bytes: UNKNOWN
58
+ num_examples: 918
59
+ download_size: UNKNOWN
60
+ dataset_size: UNKNOWN
61
+
62
+ train-eval-index:
63
+ - config: default
64
+ task: structured-data-classification
65
+ task_id: binary-classification
66
+ splits:
67
+ train_split: train
68
+ eval_split: validation
69
+ col_mapping:
70
+ Age: Age
71
+ Sex: Sex
72
+ ChestPainType: ChestPainType
73
+ RestingBP: RestingBP
74
+ Cholesterol: Cholesterol
75
+ FastingBS: FastingBS
76
+ RestingECG: RestingECG
77
+ MaxHR: MaxHR
78
+ ExerciseAngina: ExerciseAngina
79
+ Oldpeak: Oldpeak
80
+ ST_Slope: ST_Slope
81
+ HeartDisease: HeartDisease
82
+ metrics:
83
+ - type: accuracy
84
+ name: Accuracy
85
+ - type: f1
86
+ name: F1 Score