Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ import datasets
|
|
56 |
from datasets import load_dataset
|
57 |
|
58 |
# Example 1: Load dataset with default settings
|
59 |
-
dataset = load_dataset('thbndi/Mimic4Dataset', task="Mortality")
|
60 |
|
61 |
# Example 2: Load dataset with custom settings
|
62 |
dataset = load_dataset('thbndi/Mimic4Dataset', task="Phenotype", mimic_path="/path/to/mimic_data", config_path="/path/to/config_file", encoding="aggreg", generate_cohort=False, val_size=0.2, cache_dir="/path/to/cache_dir")
|
|
|
56 |
from datasets import load_dataset
|
57 |
|
58 |
# Example 1: Load dataset with default settings
|
59 |
+
dataset = load_dataset('thbndi/Mimic4Dataset', task="Mortality", mimic_path="/path/to/mimic_data")
|
60 |
|
61 |
# Example 2: Load dataset with custom settings
|
62 |
dataset = load_dataset('thbndi/Mimic4Dataset', task="Phenotype", mimic_path="/path/to/mimic_data", config_path="/path/to/config_file", encoding="aggreg", generate_cohort=False, val_size=0.2, cache_dir="/path/to/cache_dir")
|