mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
merging with the gpy devel branch to be in sync with the latest code and make pull request again ..
This commit is contained in:
commit
f0f1a183b0
12 changed files with 204 additions and 40 deletions
|
|
@ -85,6 +85,7 @@ class InferenceGPEP(unittest.TestCase):
|
|||
inference_method=inf,
|
||||
likelihood=lik)
|
||||
K = self.model.kern.K(X)
|
||||
|
||||
post_params, ga_approx, cav_params, log_Z_tilde = self.model.inference_method.expectation_propagation(K, ObsAr(Y), lik, None)
|
||||
|
||||
mu_tilde = ga_approx.v / ga_approx.tau.astype(float)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue