validate

RelboostModel.validate(params=None)[source]

Checks both the types and the values of all instance variables and raises an exception if something is off.

Args:
params (dict, optional): A dictionary containing

the parameters to validate. If not is passed, the own parameters will be validated.