nb301
class NB301Config
dataclass
#
Bases: YAHPOConfig
def validate()
#
Validate this is a correct config.
Note:#
We don't check conditionals validity
Source code in src/mfpbench/yahpo/benchmarks/nb301.py
def from_dict(d)
classmethod
#
Create from a dict or mapping object.
Source code in src/mfpbench/yahpo/benchmarks/nb301.py
class NB301Result
dataclass
#
Bases: YAHPOResult[NB301Config, int]
score: float
prop
#
The score of interest.
error: float
prop
#
The error of interest.
test_score: float
prop
#
The score on the test set.
test_error: float
prop
#
The score on the test set.
val_score: float
prop
#
The score on the validation set.
val_error: float
prop
#
The score on the validation set.
cost: float
prop
#
Time taken in seconds to train the config.