mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +02:00
commented out has_uncertain_inputs in warped gps since it breaks plotting
This commit is contained in:
parent
c221671530
commit
7a7d563576
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class WarpedGP(GP):
|
|||
self.scale_data = False
|
||||
if self.scale_data:
|
||||
Y = self._scale_data(Y)
|
||||
self.has_uncertain_inputs = False
|
||||
#self.has_uncertain_inputs = False
|
||||
self.Y_untransformed = Y.copy()
|
||||
self.predict_in_warped_space = False
|
||||
likelihood = likelihoods.Gaussian()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue