Small correction to doc

This commit is contained in:
Mark Pullin 2017-11-27 10:58:21 +00:00
parent 1c060cb41d
commit 456b7cd83b

View file

@ -28,7 +28,7 @@ class GP(Model):
:param Norm normalizer:
normalize the outputs Y.
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.
.. Note:: Multiple independent outputs are allowed using columns of Y