fitc and generalized_fitc models deleted

This commit is contained in:
Ricardo 2013-06-05 18:40:11 +01:00
parent dde30c01ff
commit 5f46c60f83
3 changed files with 0 additions and 476 deletions

View file

@ -157,11 +157,6 @@ def FITC_crescent_data(num_inducing=10, seed=default_seed):
:type num_inducing: int
"""
data = GPy.util.datasets.crescent_data(seed=seed)
Y = data['Y']
Y[Y.flatten()==-1]=0
data = GPy.util.datasets.crescent_data(seed=seed)
Y = data['Y']
Y[Y.flatten()==-1]=0