Merge pull request #580 from marpulli/devel

Small correction to doc
This commit is contained in:
Zhenwen Dai 2017-11-28 17:28:20 +00:00 committed by GitHub
commit 5e8a91cd6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ class GP(Model):
:param Norm normalizer: :param Norm normalizer:
normalize the outputs Y. normalize the outputs Y.
Prediction will be un-normalized using this normalizer. Prediction will be un-normalized using this normalizer.
If normalizer is None, we will normalize using Standardize. If normalizer is True, we will normalize using Standardize.
If normalizer is False, no normalization will be done. If normalizer is False, no normalization will be done.
.. Note:: Multiple independent outputs are allowed using columns of Y .. Note:: Multiple independent outputs are allowed using columns of Y