mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-02 00:02:38 +02:00
sparse GP no longer accepts X_variance
This commit is contained in:
parent
adce78ba5a
commit
96d7bb3c86
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class SparseGP(GP):
|
|||
|
||||
"""
|
||||
|
||||
def __init__(self, X, Y, Z, kernel, likelihood, inference_method=None, X_variance=None, name='sparse gp'):
|
||||
def __init__(self, X, Y, Z, kernel, likelihood, inference_method=None, name='sparse gp'):
|
||||
|
||||
#pick a sensible inference method
|
||||
if inference_method is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue