Commit graph

1885 commits

Author SHA1 Message Date
Neil Lawrence
6da3fc5a89 Added gradient of sympy kernel, seems to pass tests, but know it's not numerically stable. Checking in before making numerically stable. 2013-11-27 11:17:33 +00:00
Neil Lawrence
a81b5cfd50 Fixed test in kern.py to request correct output dim for multioutput covariances. 2013-11-27 10:07:08 +00:00
mu
58ffdd813e ODE_UY 2013-11-25 13:58:06 +00:00
James Hensman
aa7f1d53f9 fixing up the blas detectino in linalg 2013-11-25 11:14:04 +00:00
James Hensman
129917ec8c removing ipdb statements 2013-11-22 14:37:14 +00:00
James Hensman
ae0f5134c2 lots of medding with the likelihoods to get the tests working. the tests still don;t work 2013-11-22 14:36:47 +00:00
James Hensman
9feb130409 formatting docstring 2013-11-22 08:59:29 +00:00
James Hensman
5b1f700238 changed nasty whitespace 2013-11-22 08:58:29 +00:00
Neil Lawrence
98b9dc0163 eq_ode1 working but test failing? 2013-11-21 23:07:43 +00:00
Neil Lawrence
09de9d7195 Added eq_ode1 to constructors.py 2013-11-21 22:35:58 +00:00
Neil Lawrence
fedaa5e1f1 Fixed bug in sympy kernel and added sympolic.py back into utils __init__.py 2013-11-21 22:15:20 +00:00
Neil Lawrence
c690256801 Merge with James's changes 2013-11-21 21:43:06 +00:00
Neil Lawrence
1deb1bee86 Merge with James's changes 2013-11-21 21:42:09 +00:00
James Hensman
472966e1e6 merge 2013-11-21 20:51:54 +00:00
James Hensman
a8cf725102 removed some sympy stuff 2013-11-21 20:51:28 +00:00
Neil Lawrence
f9e2a389e8 Committing change for master check out. 2013-11-21 20:20:03 +00:00
Max Zwiessele
3a08c0d9ab skipping crossterm tests instead of expected failure 2013-11-20 14:37:14 +00:00
Max Zwiessele
591c28d494 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-20 13:01:47 +00:00
Max Zwiessele
f04a4fa98b dim reduction imports 2013-11-20 12:59:00 +00:00
Max Zwiessele
d4dff8360b testing imports update and expected failure for crossterms 2013-11-20 12:57:09 +00:00
Max Zwiessele
f114b9fff5 rename models to _models and import models in models.py 2013-11-20 12:47:06 +00:00
Max Zwiessele
76bfbee545 psistattests update 2013-11-20 11:58:30 +00:00
Max Zwiessele
4948fb1345 updated crossterms, rbf x any not working yet (derivatives) 2013-11-20 11:45:33 +00:00
James Hensman
fca3287e9c added a path for the data resources. not all users will be working in the GPy directory. 2013-11-19 16:54:07 +00:00
Neil Lawrence
5f3b6bd204 Moved data resource information to a json file. 2013-11-19 09:33:06 +00:00
Neil Lawrence
f46c72b79b Bug fix for single output sympy kernel. 2013-11-19 06:50:25 +00:00
Neil Lawrence
2af48254ce Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2013-11-18 16:39:47 +00:00
Neil Lawrence
241ca0b628 Working eq_ode1 in sympy now. 2013-11-18 16:39:43 +00:00
mu
357c003b0a Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2013-11-18 10:47:02 +00:00
mu
b845c0d634 constructor and init for ODE_UY 2013-11-18 10:43:58 +00:00
Nicolo Fusi
6e4d625460 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-14 12:28:38 -08:00
Nicolo Fusi
a074763eb6 fixed problem in warping 2013-11-14 12:28:26 -08:00
Max Zwiessele
499afdb96e Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-14 09:01:08 +00:00
Max Zwiessele
d95137e049 half way through crossterm objective 2013-11-14 09:01:05 +00:00
James Hensman
2387861e25 weird merge 2013-11-14 08:58:26 +00:00
James Hensman
c12ca4c53d a trial namespace renaming 2013-11-14 08:54:05 +00:00
Neil Lawrence
f7799ea62b Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2013-11-14 08:49:20 +00:00
Neil Lawrence
e79794f6ef Part implementation of ode_eq functionality. Not yet numerically stable or efficient (some horrible use of cut and paste to get things working ...) 2013-11-14 08:47:16 +00:00
James Hensman
df97f7814e better handling of missing config files 2013-11-13 13:40:44 +00:00
James Hensman
280f656051 debugging the config paths 2013-11-13 13:34:10 +00:00
James Hensman
0fa287c044 allowing the passing of 1D X to a GP. with warning of course 2013-11-13 12:46:59 +00:00
James Hensman
68709cfa77 more fiddling with the windows path for config.
Where is the windows guru? out playing beach volley?
2013-11-13 12:46:02 +00:00
James Hensman
df118a404d changed how we search for config files on windows 2013-11-13 11:41:58 +00:00
James Hensman
e1e030e72b Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-12 14:45:32 +00:00
James Hensman
73006c6eda fixed up symmetric kern 2013-11-12 14:45:08 +00:00
Max Zwiessele
e7dc17a5cd Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-12 14:01:42 +00:00
James Hensman
5fd031fd63 added block matrix utility 2013-11-12 12:17:55 +00:00
James Hensman
42aa2137d3 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-12 12:06:49 +00:00
James Hensman
e7c7ae8ff4 adding docstring for symmetric kern 2013-11-12 12:06:38 +00:00
Ricardo
7184cee6af Added **likelihood_params to predictive_values 2013-11-11 14:23:55 +00:00