Lauren Anderson
Lauren Anderson
After training a variational model with inducing points, is it possible to access the field values of the inducing points? Cheers
I'm fitting a GP to some data y1, and want to calculate the probability of some different data, y2, under that GP model. So p( y2 | GP(y1) ) Is...
I installed george using conda install -c conda-forge george I tried testing from my home directory ==> nosetests -v george.testing Failure: AttributeError (module 'george' has no attribute 'testing') ... ERROR...
This is a great, well documented library. Thanks for the examples. Do you have example scripts or notebooks for plotting the outputs? Cheers