openml.runs
.get_runs¶
- openml.runs.get_runs(run_ids)¶
Gets all runs in run_ids list.
- Parameters:
- run_idslist of ints
- Returns:
- runslist of OpenMLRun
List of runs corresponding to IDs, fetched from the server.
openml.runs
.get_runs¶Gets all runs in run_ids list.
List of runs corresponding to IDs, fetched from the server.