Commit graph

6031 commits

Author SHA1 Message Date
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
Alan Saul
a5c7795487 Added cfg file to manfiest and package_data 2013-11-13 14:10:32 +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
Neil Lawrence
b502efb1c5 Changes to symbolic. 2013-11-13 07:57:57 +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
Max Zwiessele
505e5e9210 latest updates for ties, still bery buggy, considering restructuring... 2013-11-12 14:01:29 +00:00
James Hensman
5fd031fd63 added block matrix utility 2013-11-12 12:17:55 +00:00
Max Zwiessele
851e6ec8e9 simple tieing now working, still buggy though, progress with care 2013-11-12 12:17:14 +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
Max Zwiessele
6c60eef4bd biiig changes in tieing, and printing -> hirarchy now always shown 2013-11-11 17:46:33 +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
James Hensman
f4ecb47464 added getstate/setstate for product kernel 2013-11-08 14:08:19 +00:00
Max Zwiessele
51ec4293e2 in the middle of crossterms 2013-11-08 11:17:34 +00:00
Max Zwiessele
fac8289c52 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-08 11:12:34 +00:00
Max Zwiessele
4f6dfba5be reverted broken kern 2013-11-08 11:12:26 +00:00
James Hensman
ed6a45fd9b minor edits, like spacing, spelling 2013-11-07 20:29:40 +00:00
Ricardo
ae6648e0cf 2D plots fixed 2013-11-07 17:35:41 +00:00
Ricardo
d2db4c6688 passing **noise_args into predictive_values 2013-11-07 17:34:41 +00:00
Ricardo
df43f59dbf Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-07 16:32:01 +00:00
Max Zwiessele
cb9056d729 added variational 2013-11-07 13:55:24 +00:00
Max Zwiessele
3d991fd127 added variational distribution for latent space 2013-11-07 13:32:58 +00:00
Max Zwiessele
765ab41045 bgplvm integrated 2013-11-07 08:52:33 +00:00
Max Zwiessele
d2d1d58db3 BGPLVM test for crossterms 2013-11-06 15:26:09 +00:00