mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 07:46:22 +02:00
Minor fixes
This commit is contained in:
parent
95ebc1c5e9
commit
7bb7c0a08c
2 changed files with 8 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue