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?


Thank you,
Minori