setup
OpenMLParameter
¶
Parameter object (used in setup).
Parameters:
Name | Type | Description | Default |
---|---|---|---|
input_id
|
int
|
The input id from the openml database |
required |
flow
|
The flow to which this parameter is associated |
required | |
flow
|
The name of the flow (no version number) to which this parameter is associated |
required | |
full_name
|
str
|
The name of the flow and parameter combined |
required |
parameter_name
|
str
|
The name of the parameter |
required |
data_type
|
str
|
The datatype of the parameter. generally unused for sklearn flows |
required |
default_value
|
str
|
The default value. For sklearn parameters, this is unknown and a default value is selected arbitrarily |
required |
value
|
str
|
If the parameter was set, the value that it was set to. |
required |
Source code in openml/setups/setup.py
OpenMLSetup
¶
Setup object (a.k.a. Configuration).
Parameters:
Name | Type | Description | Default |
---|---|---|---|
setup_id
|
int
|
The OpenML setup id |
required |
flow_id
|
int
|
The flow that it is build upon |
required |
parameters
|
dict
|
The setting of the parameters |
required |