rbv2
class RBV2Config
dataclass
#
Bases: YAHPOConfig
def from_dict(d)
classmethod
#
Create from a dict or mapping object.
Source code in src/mfpbench/yahpo/benchmarks/rbv2/rbv2.py
class RBV2Result
dataclass
#
Bases: YAHPOResult[C, float]
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 error on the test set.
val_score: float
prop
#
The score on the validation set.
val_error: float
prop
#
The error on the validation set.
cost: float
prop
#
The time taken in seconds to train the config.