mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-02 08:12:39 +02:00
changes to DTC
This commit is contained in:
parent
1b29c0939e
commit
54b7581c39
2 changed files with 8 additions and 8 deletions
|
|
@ -38,9 +38,9 @@ class SparseGP(GP):
|
|||
if inference_method is None:
|
||||
if isinstance(likelihood, likelihoods.Gaussian):
|
||||
inference_method = varDTC.VarDTC()
|
||||
else:
|
||||
else:
|
||||
#inference_method = ??
|
||||
raise NotImplementedError, "what to do what to do?"
|
||||
raise NotImplementedError, "what to do what to do?"
|
||||
print "defaulting to ", inference_method, "for latent function inference"
|
||||
|
||||
self.Z = Param('inducing inputs', Z)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue