mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
Merge branch 'devel' into pickle
This commit is contained in:
commit
1e06ca2d40
66 changed files with 768 additions and 193 deletions
|
|
@ -46,7 +46,7 @@ class BayesianGPLVM(SparseGP, GPLVM):
|
|||
kernel = kern.rbf(input_dim) + kern.white(input_dim)
|
||||
|
||||
SparseGP.__init__(self, X, likelihood, kernel, Z=Z, X_variance=X_variance, **kwargs)
|
||||
self._set_params(self._get_params())
|
||||
self.ensure_default_constraints()
|
||||
|
||||
def __getstate__(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue