Skip to content

Can't retrieve data splits for tasks #1108

@PGijsbers

Description

@PGijsbers

Downloading the datasplits for task 13854 and 14097 gives an error: failed to perform action generate_folds. Evaluation Engine result send to EMAIL_API_LOG account.
Direct link to splits file: link

Openml-python gives the following traceback:

import openml
task = openml.tasks.get_task(13854, download_qualities=False, download_data=False)
split = task.download_split()
Traceback (most recent call last):
  File "E:/repositories/openml-python/findsplits.py", line 34, in <module>
    split = task.download_split()
  File "E:\repositories\openml-python\openml\tasks\task.py", line 154, in download_split
    self._download_split(cached_split_file)
  File "E:\repositories\openml-python\openml\tasks\task.py", line 139, in _download_split
    openml._api_calls._download_text_file(
  File "E:\repositories\openml-python\openml\_api_calls.py", line 154, in _download_text_file
    response = __read_url(source, request_method="get", md5_checksum=md5_checksum)
  File "E:\repositories\openml-python\openml\_api_calls.py", line 205, in __read_url
    return _send_request(
  File "E:\repositories\openml-python\openml\_api_calls.py", line 257, in _send_request
    raise OpenMLServerError(
openml.exceptions.OpenMLServerError: Unexpected server error when calling https://www.openml.org//api_splits/get/13854/Task_13854_splits.arff. Please contact the developers!
Status code: 412
failed to perform action generate_folds. Evaluation Engine result send to EMAIL_API_LOG account.

Process finished with exit code 1

Issue first raised in amlb#318.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions