Commit 80ae046
Feature/give possibility to not download the dataset qualities (#1017)
* update getdatasets function to give possibility to not download the dataset qualities
* make download qualities defaulted to True
* Using cahced version if exist
* Updated the comments for get_dataset and get_datasets to include new parameter
* Update openml/datasets/functions.py
Co-authored-by: PGijsbers <p.gijsbers@tue.nl>
* Update openml/datasets/functions.py
Co-authored-by: PGijsbers <p.gijsbers@tue.nl>
* update get_dataset_qualities to have consistent output regardless the cache status , adding unit test for get_dataset_qualities
* run pre-commit
* fix parameter passing
* Updated the comments for get_dataset and get_datasets to include new parameter, remove unnecessarily call for download qualities
Co-authored-by: Mohamed Adel <mohamed.adel3@booking.com>
Co-authored-by: PGijsbers <p.gijsbers@tue.nl>
Co-authored-by: mohamed adel <m.adel0093@gmail.com>1 parent 47cda65 commit 80ae046
File tree
3 files changed
+20
-5
lines changed- doc
- openml/datasets
- tests/test_datasets
3 files changed
+20
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| 293 | + | |
| 294 | + | |
293 | 295 | | |
294 | 296 | | |
295 | 297 | | |
| |||
310 | 312 | | |
311 | 313 | | |
312 | 314 | | |
313 | | - | |
| 315 | + | |
314 | 316 | | |
315 | 317 | | |
316 | 318 | | |
| |||
326 | 328 | | |
327 | 329 | | |
328 | 330 | | |
| 331 | + | |
| 332 | + | |
329 | 333 | | |
330 | 334 | | |
331 | 335 | | |
| |||
334 | 338 | | |
335 | 339 | | |
336 | 340 | | |
337 | | - | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
338 | 344 | | |
339 | 345 | | |
340 | 346 | | |
| |||
345 | 351 | | |
346 | 352 | | |
347 | 353 | | |
| 354 | + | |
348 | 355 | | |
349 | 356 | | |
350 | 357 | | |
| |||
405 | 412 | | |
406 | 413 | | |
407 | 414 | | |
408 | | - | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
409 | 419 | | |
410 | 420 | | |
411 | 421 | | |
| |||
996 | 1006 | | |
997 | 1007 | | |
998 | 1008 | | |
| 1009 | + | |
| 1010 | + | |
999 | 1011 | | |
1000 | 1012 | | |
1001 | 1013 | | |
| |||
1009 | 1021 | | |
1010 | 1022 | | |
1011 | 1023 | | |
1012 | | - | |
1013 | 1024 | | |
1014 | 1025 | | |
1015 | | - | |
1016 | 1026 | | |
1017 | 1027 | | |
1018 | 1028 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
436 | 440 | | |
437 | 441 | | |
438 | 442 | | |
| |||
0 commit comments