From 6df0d3e450f1508a50f754b7f9b20018ecee6dbd Mon Sep 17 00:00:00 2001 From: Ricardo Date: Fri, 20 Sep 2013 15:51:58 +0100 Subject: [PATCH] small change in crescent demo --- GPy/examples/classification.py | 1 - 1 file changed, 1 deletion(-) diff --git a/GPy/examples/classification.py b/GPy/examples/classification.py index b71a2613..56feac8f 100644 --- a/GPy/examples/classification.py +++ b/GPy/examples/classification.py @@ -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()