Functions and classes for contructing regression surrogate models.
Functions
|
Clear the output of the current cell receiving output. |
|
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. |
|
Load a pickled heron Gaussian Process. |
|
|
|
Minimization of scalar function of one or more variables. |
|
|
|
|
|
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. |
|
Classes
|
An implementation of a co-trained set of Gaussian processes which share the same hyperparameters, but which model differing data. |
|
|
|
This is an implementaion of a Single task Gaussian process regressor. |
|
partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords. |