diff --git a/GPy/core/gp.py b/GPy/core/gp.py index 66d62f62..0704c6a6 100644 --- a/GPy/core/gp.py +++ b/GPy/core/gp.py @@ -21,7 +21,7 @@ class GP(Model): :param X: input observations :param Y: output observations - :param kernel: a GPy kernel, defaults to rbf+white + :param kernel: a GPy kernel :param likelihood: a GPy likelihood :param inference_method: The :class:`~GPy.inference.latent_function_inference.LatentFunctionInference` inference method to use for this GP :rtype: model object