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: Iterable[int] | None = None, output_format: Literal['object', 'dict', 'dataframe'] = 'object') dict | pd.DataFrame ¶
List all setups matching all of the given filters.
- Parameters:
- offsetint, optional
- sizeint, optional
- flowint, optional
- tagstr, optional
- setupIterable[int], optional
- output_format: str, optional (default=’object’)
The parameter decides the format of the output. - If ‘dict’ the output is a dict of dict - If ‘dataframe’ the output is a pandas DataFrame
- Returns:
- dict or dataframe