mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 07:46:22 +02:00
small change in crescent demo
This commit is contained in:
parent
3288b8379f
commit
6df0d3e450
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue