Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +23,13 @@ Predict patient death from earth failure given some personal medical data .
|
|
23 |
|-------------------|---------------------------|-----------------------------------------------------------------|
|
24 |
| death | Binary classification | Did the patient die? |
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
# Features
|
28 |
|**Feature** |**Type** |
|
|
|
23 |
|-------------------|---------------------------|-----------------------------------------------------------------|
|
24 |
| death | Binary classification | Did the patient die? |
|
25 |
|
26 |
+
# Usage
|
27 |
+
```python
|
28 |
+
from datasets import load_dataset
|
29 |
+
|
30 |
+
dataset = load_dataset("mstz/heart_failure", "death")["train"]
|
31 |
+
```
|
32 |
+
|
33 |
|
34 |
# Features
|
35 |
|**Feature** |**Type** |
|