mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +02:00
merged master
This commit is contained in:
parent
1a02c65a61
commit
a350e74b31
2 changed files with 6 additions and 2 deletions
|
|
@ -137,6 +137,7 @@ class WarpedGP(GP):
|
|||
if self.normalizer is not None:
|
||||
m, v = self.normalizer.inverse_mean(m), self.normalizer.inverse_variance(v)
|
||||
a, b = self.likelihood.predictive_quantiles(m, v, quantiles, Y_metadata)
|
||||
#return [a, b]
|
||||
if not self.predict_in_warped_space:
|
||||
return [a, b]
|
||||
#print a.shape
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue