Skip to content

Commit ae35363

Browse files
author
Github Actions
committed
Eddie Bergman: Fix: update fetching a bucket from MinIO (#1314)
1 parent 93932a2 commit ae35363

58 files changed

Lines changed: 508 additions & 504 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

develop/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: dd4a049bb4c3be31c54525773e7a1784
3+
config: 66bd9a4e4cca210e462bb524b612a79c
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.
183 Bytes
Loading
407 Bytes
Loading
158 Bytes
Loading
303 Bytes
Loading
2.13 KB
Loading
1.54 KB
Loading

develop/_sources/examples/20_basic/introduction_tutorial.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Download the OpenML task for the eeg-eye-state.
246246
predictions = arff.dumps(self._generate_arff_dict())
247247
/home/runner/work/openml-python/openml-python/openml/tasks/functions.py:442: FutureWarning: 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. To disable this message until version 0.15 explicitly set `download_data`, `download_qualities`, and `download_features_meta_data` to a bool while calling `get_dataset`.
248248
dataset = get_dataset(task.dataset_id, *dataset_args, **get_dataset_kwargs)
249-
kNN on eeg-eye-state: https://test.openml.org/r/5977
249+
kNN on eeg-eye-state: https://test.openml.org/r/6426
250250
251251
252252
@@ -266,7 +266,7 @@ Download the OpenML task for the eeg-eye-state.
266266
267267
.. rst-class:: sphx-glr-timing
268268

269-
**Total running time of the script:** (0 minutes 9.674 seconds)
269+
**Total running time of the script:** (0 minutes 9.992 seconds)
270270

271271

272272
.. _sphx_glr_download_examples_20_basic_introduction_tutorial.py:

0 commit comments

Comments
 (0)