Commit d37542b
Pass kwargs through task to
* Pass kwargs through task to ```get_dataset```
Allows to follow the directions in the warning ```Starting from Version 0.15 `download_data`, `download_qualities`, and `download_features_meta_data` will all be ``False`` instead of ``True`` by default to enable lazy loading.```
* docs: explain that ```task.get_dataset``` passes kwargs
* Update openml/tasks/task.py
Remove Py3.8+ feature for backwards compatibility
---------
Co-authored-by: Pieter Gijsbers <[email protected]>get_dataset (#1345)1 parent a3e57bb commit d37542b
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
150 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
151 | 154 | | |
152 | 155 | | |
153 | 156 | | |
| |||
0 commit comments