openml.setups
.get_setup¶
- openml.setups.get_setup(setup_id)¶
Downloads the setup (configuration) description from OpenML and returns a structured object
- Parameters:
- setup_idint
The Openml setup_id
- Returns:
- dict or OpenMLSetup(an initialized openml setup object)