GPy/GPy/core
2013-10-08 14:49:18 +01:00
..
__init__.py Implemented Mapping framework and associated linear and kernel mappings. This is needed for mean functions, back constrained GPLVM and the non-stationary Gibbs kernel. 2013-08-28 13:51:50 +02:00
domains.py added docstring to domains 2013-06-27 10:40:23 +01:00
fitc.py Nparam changes to num_params 2013-10-08 14:49:18 +01:00
gp.py Modifications to allow noise_model related parameters. 2013-10-07 12:39:23 +01:00
gp_base.py Plots tidied up. 2013-10-07 12:41:20 +01:00
mapping.py Started fixing docs 2013-09-20 11:15:41 +01:00
model.py Fixed more errors in docs 2 2013-09-20 17:46:23 +01:00
parameterized.py Fixed docstring warnings - could still be mistakes 2013-09-20 13:38:20 +01:00
priors.py REFACTORING: model names, lowercase, classes uppercase 2013-06-05 13:02:03 +01:00
sparse_gp.py Nparam changes to num_params 2013-10-08 14:49:18 +01:00
svigp.py Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-10-08 11:31:13 +01:00
transformations.py Changed kern.py so that X2 is correctly passed as None to the kern parts for dK_dX. Modified several kern parts so that dK_dX is correctly computed (factors of 2 missing). Removed spurious factors of 2 from gplvm, bcgplvm, sparse_gp and fitc code. 2013-09-14 20:02:40 +01:00