mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-07 19:12:40 +02:00
docstrings completed
This commit is contained in:
parent
822fd4f622
commit
e35cc76895
1 changed files with 3 additions and 3 deletions
|
|
@ -7,9 +7,9 @@ class Gaussian(likelihood):
|
|||
"""
|
||||
Likelihood class for doing Expectation propagation
|
||||
|
||||
:param Y: observed output (Nx1 numpy.darray)
|
||||
..Note:: Y values allowed depend on the likelihood_function used
|
||||
:param variance :
|
||||
:param data: observed output (Nx1 numpy.darray)
|
||||
..Note:: data values allowed depend on the likelihood_function used
|
||||
:param variance: noise parameter
|
||||
:param normalize: whether to normalize the data before computing (predictions will be in original scales)
|
||||
:type normalize: False|True
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue