| .. |
|
__init__.py
|
Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel
|
2013-09-30 17:17:42 +01:00 |
|
bias.py
|
all parameterization stuff now in seperate module -> GPy.core.parameterization
|
2013-12-16 13:45:24 +00:00 |
|
Brownian.py
|
kernels are now consistent with pep8 and common reason
|
2013-06-17 16:47:36 +01:00 |
|
coregionalize.py
|
Merging changed files.
|
2013-09-21 12:17:59 +01:00 |
|
eq_ode1.py
|
Updates to sympykern including bug fixes and ability to name covariance. Include test for rbf_sympy in kernel tests. Remove coregionalization test as it's causing a core dump! Need to chase this up.
|
2013-09-30 08:14:25 +01:00 |
|
exponential.py
|
starting to sort out likelihoods WARNING not working
|
2013-10-17 14:39:44 +01:00 |
|
finite_dimensional.py
|
kernels are now consistent with pep8 and common reason
|
2013-06-17 16:47:36 +01:00 |
|
fixed.py
|
kernels are now consistent with pep8 and common reason
|
2013-06-17 16:47:36 +01:00 |
|
gibbs.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 |
|
hetero.py
|
fixed a bug in Neil's otherwise tidy hetero kernel.
|
2013-09-20 15:35:27 +01:00 |
|
hierarchical.py
|
docstrinfs in kern.py
|
2013-10-14 17:11:39 +01:00 |
|
independent_outputs.py
|
kernels are now consistent with pep8 and common reason
|
2013-06-17 16:47:36 +01:00 |
|
kernpart.py
|
all parameterization stuff now in seperate module -> GPy.core.parameterization
|
2013-12-16 13:45:24 +00:00 |
|
linear.py
|
all parameterization stuff now in seperate module -> GPy.core.parameterization
|
2013-12-16 13:45:24 +00:00 |
|
Matern32.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 |
|
Matern52.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 |
|
mlp.py
|
Fixed docstring warnings - could still be mistakes
|
2013-09-20 13:38:20 +01:00 |
|
ODE_1.py
|
testing ODE
|
2013-09-30 17:17:38 +01:00 |
|
odekern1.c
|
testing ODE
|
2013-09-30 17:17:38 +01:00 |
|
periodic_exponential.py
|
Nparam changes to num_params
|
2013-10-08 14:49:18 +01:00 |
|
periodic_Matern32.py
|
Nparam changes to num_params
|
2013-10-08 14:49:18 +01:00 |
|
periodic_Matern52.py
|
Nparam changes to num_params
|
2013-10-08 14:49:18 +01:00 |
|
poly.py
|
Merging changed files.
|
2013-09-21 12:17:59 +01:00 |
|
prod.py
|
changing all parameterized objects to be compatible with the new parameterization
|
2013-10-25 15:29:04 +01:00 |
|
prod_orthogonal.py
|
kernels are now consistent with pep8 and common reason
|
2013-06-17 16:47:36 +01:00 |
|
rational_quadratic.py
|
fixed bug in rat_quad for RW
|
2013-09-16 14:05:37 +01:00 |
|
rbf.py
|
new gradient handling way nicer
|
2014-01-24 15:07:28 +00:00 |
|
rbf_inv.py
|
all parameterization stuff now in seperate module -> GPy.core.parameterization
|
2013-12-16 13:45:24 +00:00 |
|
rbfcos.py
|
all parameterization stuff now in seperate module -> GPy.core.parameterization
|
2013-12-16 13:45:24 +00:00 |
|
spline.py
|
all parameterization stuff now in seperate module -> GPy.core.parameterization
|
2013-12-16 13:45:24 +00:00 |
|
symmetric.py
|
changing all parameterized objects to be compatible with the new parameterization
|
2013-10-25 15:29:04 +01:00 |
|
sympy_helpers.cpp
|
Added first draft of functionality for multiple output sympy kernels.
|
2013-10-08 08:25:26 +01:00 |
|
sympy_helpers.h
|
Added first draft of functionality for multiple output sympy kernels.
|
2013-10-08 08:25:26 +01:00 |
|
sympykern.py
|
Updated sympy code, multioutput grad checks pass apart from wrt X. Similar problems with prediction as to sinc covariance, needs investigation.
|
2013-10-14 09:37:35 +01:00 |
|
white.py
|
changes to rbf and white to allow new parameter gradient structure
|
2014-01-24 14:06:16 +00:00 |