openml.flows
.flow_exists¶
- openml.flows.flow_exists(name: str, external_version: str) int | bool ¶
Retrieves the flow id.
A flow is uniquely identified by name + external_version.
- Parameters:
- namestring
Name of the flow
- external_versionstring
Version information associated with flow.
- Returns:
- flow_existint or bool
flow id iff exists, False otherwise
Notes
see https://www.openml.org/api_docs/#!/flow/get_flow_exists_name_version