Skip to content

iaml_glmnet

class IAMLglmnetConfig
dataclass
#

Bases: IAMLConfig

def validate() #

Validate this config.

Source code in src/mfpbench/yahpo/benchmarks/iaml/iaml_glmnet.py
@no_type_check
def validate(self) -> None:
    """Validate this config."""
    assert 0.0 <= self.alpha <= 1.0
    assert 0.00010000000000000009 <= self.s <= 999.9999999999998