openml.runs.initialize_model_from_run

openml.runs.initialize_model_from_run(run_id: int, *, strict_version: bool = True) Any

Initialized a model based on a run_id (i.e., using the exact same parameter settings)

Parameters:
run_idint

The Openml run_id

strict_version: bool (default=True)

See flow_to_model strict_version.

Returns:
model