openml.setups.get_setup

openml.setups.get_setup(setup_id: int) OpenMLSetup

Downloads the setup (configuration) description from OpenML and returns a structured object

Parameters:
setup_idint

The Openml setup_id

Returns:
OpenMLSetup (an initialized openml setup object)