openml.runs.get_run¶
-
openml.runs.get_run(run_id: int, ignore_cache: bool = False) → openml.runs.run.OpenMLRun¶ Gets run corresponding to run_id.
- Parameters
- run_idint
- ignore_cachebool
Whether to ignore the cache. If
truethis 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.