openml.setups.list_setups

openml.setups.list_setups(offset: int | None = None, size: int | None = None, flow: int | None = None, tag: str | None = None, setup: List | None = None, output_format: str = 'object') Dict | DataFrame

List all setups matching all of the given filters.

Parameters:
offsetint, optional
sizeint, optional
flowint, optional
tagstr, optional
setuplist(int), optional
output_format: str, optional (default=’object’)

The parameter decides the format of the output. - If ‘object’ the output is a dict of OpenMLSetup objects - If ‘dict’ the output is a dict of dict - If ‘dataframe’ the output is a pandas DataFrame

Returns:
dict or dataframe