These are functions designed to be used for training a Gaussian process made using heron.
Functions
|
Calculate the cross-validation factor between the training set and the test set. |
|
Returns to log-likelihood of the Gaussian process, which can be used to learn the hyperparameters of the GP. |
|
|
|
|
|
Run the MCMC sampler for some number of iterations, but output a progress bar so you can keep track of what’s going on |
|
Find the maximum a posteriori training values for the Gaussian Process. |
|
Train a Gaussian process using an MCMC process to find the maximum evidence. |
|
Train the Gaussian Process model using nested sampling. |
|