openml.setups.setup_exists

openml.setups.setup_exists(flow) int

Checks whether a hyperparameter configuration already exists on the server.

Parameters:
flowflow

The openml flow object. Should have flow id present for the main flow and all subflows (i.e., it should be downloaded from the server by means of flow.get, and not instantiated locally)

Returns:
setup_idint

setup id iff exists, False otherwise