GPy/GPy/core
Ricardo 603aa18482 Merge branch 'devel' of github.com:SheffieldML/GPy into devel
Conflicts:
	GPy/examples/regression.py
	GPy/kern/constructors.py
	GPy/testing/kernel_tests.py
	GPy/util/multioutput.py
2013-09-16 12:32:42 +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 Merged conflict of model.py 2013-09-14 20:05:42 +01:00
gp.py Merge branch 'linK_functions2' into devel 2013-09-13 15:57:34 +01:00
gp_base.py linK2_functions2 merged 2013-09-13 18:09:59 +01:00
mapping.py Added mlp mapping (with possibility of having multiple layers). 2013-08-29 19:26:00 +02:00
model.py Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-09-16 12:32:42 +01:00
parameterized.py print_all function removed, print m works as before. 2013-09-16 12:24:37 +01:00
priors.py REFACTORING: model names, lowercase, classes uppercase 2013-06-05 13:02:03 +01:00
sparse_gp.py Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-09-16 12:32:42 +01:00
svigp.py fixed target slicing bug in prod kernel 2013-08-21 09:53:49 +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