mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
fitc and generalized_fitc models deleted
This commit is contained in:
parent
dde30c01ff
commit
5f46c60f83
3 changed files with 0 additions and 476 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue