openml.flows
.get_flow¶
- openml.flows.get_flow(flow_id: int, reinstantiate: bool = False, strict_version: bool = True) OpenMLFlow ¶
Download the OpenML flow for a given flow ID.
- Parameters:
- flow_idint
The OpenML flow id.
- reinstantiate: bool
Whether to reinstantiate the flow to a model instance.
- strict_versionbool, default=True
Whether to fail if version requirements are not fulfilled.
- Returns:
- flowOpenMLFlow
the flow