mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-30 15:26:23 +02:00
[paramz] started to pull paramz out
This commit is contained in:
parent
6c5b40cb29
commit
e49c75ce2e
23 changed files with 84 additions and 5286 deletions
|
|
@ -25,7 +25,7 @@ def model_checkgrads(model):
|
|||
return model.checkgrad(step=1e-4)
|
||||
|
||||
def model_instance(model):
|
||||
return isinstance(model, GPy.core.model.Model)
|
||||
return isinstance(model, GPy.core.probabilistic_model.Model)
|
||||
|
||||
def flatten_nested(lst):
|
||||
result = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue