Prior¶
- class baybe.priors.base.Prior[source]¶
Bases:
ABC,SerialMixinAbstract base class for all priors.
Public methods
__init__()Method generated by attrs for class Prior.
from_dict(dictionary)Create an object from its dictionary representation.
from_json(string)Create an object from its JSON representation.
to_dict()Create an object's dictionary representation.
to_gpytorch(*args, **kwargs)Create the gpytorch representation of the prior.
to_json()Create an object's JSON representation.
- __init__()¶
Method generated by attrs for class Prior.
For details on the parameters, see Public attributes and properties.