openml.flows.get_flow¶
-
openml.flows.get_flow(flow_id: int, reinstantiate: bool = False) → openml.flows.flow.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.
- Returns
- flowOpenMLFlow
the flow