Commit graph

1878 commits

Author SHA1 Message Date
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
Ricardo
4be40da23a Changes in plot function: sampling vs numerical approximation 2013-11-11 14:23:10 +00:00
James Hensman
b37dd01299 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-11 09:26:34 +00:00
James Hensman
d7a4e34b3d fixed product kern get and set state 2013-11-11 09:26:22 +00:00
Ricardo
604e60d5cf Bug fixed in numerical approx. to the predictive variance. 2013-11-11 08:39:58 +00:00
Ricardo
c6014b0f17 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-08 17:40:57 +00:00
Ricardo
e3173c4ff4 numerical predictions fixed, sampling predictions are not working 2013-11-08 17:40:27 +00:00
Ricardo
c3d84f1d9d predictive_mean and predictive_variance now use gp_var as a parameter, rather than gp_std 2013-11-08 17:39:52 +00:00