Skip to content

tasks.get_task(103) raises FileNotFoundError #308

@minoriinoue

Description

@minoriinoue

Hi,

I got FileNotFoundError followed by multiple errors on openml.tasks.get_task(103).
task_id = 103 is a result from fetching runs, so it must be a valid task_id.

Looking at an error, it seems I cannot fetch the associated dataset (dataset_id = 45).
openml.datasets.get_dataset(45) raises an error after all as well.

Am I doing something wrong?

screen shot 2017-09-18 at 14 29 51
screen shot 2017-09-18 at 14 30 16

Thank you,
Minori

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions