heron.regression

Functions

load(filename)

Load a pickled heron Gaussian Process.

Classes

MultiTaskGP(training_data, kernel[, tikh, …])

An implementation of a co-trained set of Gaussian processes which share the same hyperparameters, but which model differing data.

Regressor(training_data, kernel[, tikh, …])

SingleTaskGP(training_data, kernel[, tikh, …])

This is an implementaion of a Single task Gaussian process regressor.