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