mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 21:12:38 +02:00
merged in params
This commit is contained in:
commit
8d5fc8a2e2
17 changed files with 292 additions and 245 deletions
|
|
@ -22,6 +22,7 @@ class GP(GPBase):
|
|||
|
||||
"""
|
||||
def __init__(self, X, Y, kernel, likelihood, inference_method=None, name='gp'):
|
||||
super(GP, self).__init__(X, likelihood, kernel, normalize_X=normalize_X, name=name)
|
||||
|
||||
if inference_method is None:
|
||||
if isinstance(likelihood, likelihoods.Gaussian):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue