Skip to content
Next Next commit
fix task ID for Iris task
  • Loading branch information
LennartPurucker committed Apr 15, 2023
commit ca5846167b7a07cc2c0beaee67da8f841a245a20
2 changes: 1 addition & 1 deletion examples/30_extended/custom_flow_.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
OrderedDict([("oml:name", "time"), ("oml:value", 120), ("oml:component", flow_id)]),
]

task_id = 1965 # Iris Task
task_id = 1200 # Iris Task
task = openml.tasks.get_task(task_id)
dataset_id = task.get_dataset().dataset_id

Expand Down