Merge branch 'master' of github.com:SheffieldML/GPy

This commit is contained in:
Ricardo Andrade 2013-03-11 18:20:52 +00:00
commit ac701df7e1
2 changed files with 61 additions and 3 deletions

View file

@ -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()