mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
all kernels working fine with the psi statistics now
This commit is contained in:
parent
16d9536027
commit
de665361a7
5 changed files with 14 additions and 18 deletions
|
|
@ -34,7 +34,7 @@ class sparse_GP(GP):
|
|||
"""
|
||||
|
||||
def __init__(self, X, likelihood, kernel, Z, X_uncertainty=None, Xslices=None,Zslices=None, normalize_X=False):
|
||||
self.scale_factor = 1.0# a scaling factor to help keep the algorithm stable
|
||||
self.scale_factor = 100.0# a scaling factor to help keep the algorithm stable
|
||||
|
||||
self.Z = Z
|
||||
self.Zslices = Zslices
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue