Minor fixes

This commit is contained in:
Neil Lawrence 2013-08-19 08:51:58 +02:00
parent 95ebc1c5e9
commit 7bb7c0a08c
2 changed files with 8 additions and 2 deletions

View file

@ -118,7 +118,7 @@ def sparse_toy_linear_1d_classification(num_inducing=10,seed=default_seed):
return m
def sparse_crescent_data(num_inducing=10, seed=default_seed, kernel=kernel):
def sparse_crescent_data(num_inducing=10, seed=default_seed, kernel=None):
"""
Run a Gaussian process classification with DTC approxiamtion on the crescent data. The demonstration calls the basic GP classification model and uses EP to approximate the likelihood.