mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-13 22:12:38 +02:00
bug fixed in normalization
This commit is contained in:
parent
71b435b2ab
commit
badacfb585
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class GP(Model):
|
|||
assert Y.ndim == 2
|
||||
logger.info("initializing Y")
|
||||
|
||||
if normalizer is None:
|
||||
if normalizer is True:
|
||||
self.normalizer = MeanNorm()
|
||||
elif normalizer is False:
|
||||
self.normalizer = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue