File size: 1,728 Bytes
5250f77
95252d6
 
5250f77
95252d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---
language:
- en
license: odbl
tags:
- health
- heart-disease
- medical
- machine-learning
annotations_creators:
- expert-generated
language_creators:
- expert-generated
pretty_name: Heart Failure Prediction Dataset
size_categories:
- 1K<n<10K
source_datasets:
- original
task_categories:
- structured-data-classification
task_ids:
- binary-classification
- health-data-analysis
paperswithcode_id: heart-failure-prediction
configs:
- default

dataset_info:
  features:
    - name: Age
      dtype: int32
    - name: Sex
      dtype: string
    - name: ChestPainType
      dtype: string
    - name: RestingBP
      dtype: int32
    - name: Cholesterol
      dtype: int32
    - name: FastingBS
      dtype: int32
    - name: RestingECG
      dtype: string
    - name: MaxHR
      dtype: int32
    - name: ExerciseAngina
      dtype: string
    - name: Oldpeak
      dtype: float32
    - name: ST_Slope
      dtype: string
    - name: HeartDisease
      dtype: int32
  config_name: default
  splits:
    - name: total
      num_bytes: UNKNOWN
      num_examples: 918
  download_size: UNKNOWN
  dataset_size: UNKNOWN

train-eval-index:
  - config: default
    task: structured-data-classification
    task_id: binary-classification
    splits:
      train_split: train
      eval_split: validation
    col_mapping:
      Age: Age
      Sex: Sex
      ChestPainType: ChestPainType
      RestingBP: RestingBP
      Cholesterol: Cholesterol
      FastingBS: FastingBS
      RestingECG: RestingECG
      MaxHR: MaxHR
      ExerciseAngina: ExerciseAngina
      Oldpeak: Oldpeak
      ST_Slope: ST_Slope
      HeartDisease: HeartDisease
    metrics:
      - type: accuracy
        name: Accuracy
      - type: f1
        name: F1 Score