mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 20:42:39 +02:00
Merge branch 'master' of github.com:SheffieldML/GPy
This commit is contained in:
commit
ac701df7e1
2 changed files with 61 additions and 3 deletions
|
|
@ -46,7 +46,6 @@ def GPLVM_oil_100():
|
|||
# create simple GP model
|
||||
m = GPy.models.GPLVM(data['X'], 2)
|
||||
|
||||
|
||||
# optimize
|
||||
m.ensure_default_constraints()
|
||||
m.optimize()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue