mstz commited on
Commit
27c0131
1 Parent(s): f08c9a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -15,16 +15,18 @@ configs:
15
  ---
16
  # Heart failure
17
  The [Heart failure dataset](https://www.kaggle.com/datasets/andrewmvd/heart-failure-clinical-data) from Kaggle.
 
18
 
19
 
20
  # Configurations and tasks
21
- The dataset has the following configurations:
22
- - `death`, for binary classification of the patient death.
 
23
 
24
 
25
  # Features
26
- |**Feature** |**Type** |
27
- |---------------------------------------------------|-----------|
28
  |`age` |`int8` |
29
  |`has_anaemia` |`int8` |
30
  |`creatinine_phosphokinase_concentration_in_blood` |`float64` |
 
15
  ---
16
  # Heart failure
17
  The [Heart failure dataset](https://www.kaggle.com/datasets/andrewmvd/heart-failure-clinical-data) from Kaggle.
18
+ Predict patient death from earth failure given some personal medical data .
19
 
20
 
21
  # Configurations and tasks
22
+ | **Configuration** | **Task** | **Description** |
23
+ |-------------------|---------------------------|-----------------------------------------------------------------|
24
+ | death | Binary classification | Did the patient die? |
25
 
26
 
27
  # Features
28
+ |**Feature** |**Type** |
29
+ |----------------------------------------------------|-----------|
30
  |`age` |`int8` |
31
  |`has_anaemia` |`int8` |
32
  |`creatinine_phosphokinase_concentration_in_blood` |`float64` |