pycalib.gp_classes Module¶
Gaussian Process classes enabling variational inference of a single GP in GPcalibration.
Classes¶
|
DataHolder is similar to the Parameter with only difference that default values for fix_shape and trainable options are opposite to the Parameter’s and it does not have prior and transform options. |
|
A base class for Gaussian process models, that is, those of the form |
|
Natural logarithm prior mean function. |
|
The base mean function class. |
|
Minibatch is a special case of data holders. |
|
|
|
Parameter class is a cornerstone of the GPflow package. |
|
Parameterized object represents a set of computations over children nodes and one of the main purposes is to store these children node like objects. |
|
Probability calibration using a sparse variational latent Gaussian process. |
|
Scalar multiplication mean function. |
|
This class implements the multi-class softargmax inverse-link function. |