GPy/GPy/core
Alan Saul 8343615098 Integrated Laplace and merged Merge remote-tracking branch 'gpy_real/devel' into merge_branch
Conflicts:
	GPy/core/gp.py
	GPy/likelihoods/__init__.py
	GPy/likelihoods/likelihood_functions.py
	GPy/likelihoods/link_functions.py
2013-10-03 16:52:02 +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 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-09-20 15:55:48 +01:00
gp.py Integrated Laplace and merged Merge remote-tracking branch 'gpy_real/devel' into merge_branch 2013-10-03 16:52:02 +01:00
gp_base.py Fixing W_columns and num_outputs nomenclature 2013-09-23 17:29:33 +01:00
mapping.py Started fixing docs 2013-09-20 11:15:41 +01:00
model.py Integrated Laplace and merged Merge remote-tracking branch 'gpy_real/devel' into merge_branch 2013-10-03 16:52:02 +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 Fixing W_columns and num_outputs nomenclature 2013-09-23 17:29:33 +01:00
svigp.py Fixed docstring warnings - could still be mistakes 2013-09-20 13:38:20 +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