mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +02:00
Note added to the docs
This commit is contained in:
parent
21f6b92475
commit
4bec78704b
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ class GPHeteroscedasticRegression(GP):
|
||||||
:param X: input observations
|
:param X: input observations
|
||||||
:param Y: observed values
|
:param Y: observed values
|
||||||
:param kernel: a GPy kernel, defaults to rbf
|
:param kernel: a GPy kernel, defaults to rbf
|
||||||
|
|
||||||
|
NB: This model does not make inference on the noise outside the training set
|
||||||
"""
|
"""
|
||||||
def __init__(self, X, Y, kernel=None, Y_metadata=None):
|
def __init__(self, X, Y, kernel=None, Y_metadata=None):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue