mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-07 02:52:40 +02:00
Added variational expectation tests updates
This commit is contained in:
parent
fa01d29f69
commit
2d14f1608d
1 changed files with 2 additions and 1 deletions
|
|
@ -229,7 +229,8 @@ class TestNoiseModels(object):
|
|||
"vals": [self.var],
|
||||
"constraints": [(".*variance", self.constrain_positive)]
|
||||
},
|
||||
"laplace": True
|
||||
"laplace": True,
|
||||
"variational_expectations": True
|
||||
},
|
||||
#"Gaussian_probit": {
|
||||
#"model": GPy.likelihoods.gaussian(gp_link=link_functions.Probit(), variance=self.var, D=self.D, N=self.N),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue