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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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** |