openml.runs
.get_run¶
- openml.runs.get_run(run_id: int, ignore_cache: bool = False) OpenMLRun ¶
Gets run corresponding to run_id.
- Parameters:
- run_idint
- ignore_cachebool
Whether to ignore the cache. If
true
this will download and overwrite the run xml even if the requested run is already cached.- ignore_cache
- Returns:
- runOpenMLRun
Run corresponding to ID, fetched from the server.