small change in crescent demo

This commit is contained in:
Ricardo 2013-09-20 15:51:58 +01:00
parent 3288b8379f
commit 6df0d3e450

View file

@ -152,7 +152,6 @@ def crescent_data(model_type='Full', num_inducing=10, seed=default_seed, kernel=
elif model_type == 'FITC':
m = GPy.models.FITCClassification(data['X'], Y, kernel=kernel, num_inducing=num_inducing)
m.constrain_bounded('.*len',1.,1e3)
m['.*len'] = 3.
m.pseudo_EM()