openml.runs.run_exists

openml.runs.run_exists(task_id: int, setup_id: int) set[int]

Checks whether a task/setup combination is already present on the server.

Parameters:
task_idint
setup_idint
Returns:
Set run ids for runs where flow setup_id was run on task_id. Empty
set if it wasn’t run yet.