Commit graph

4405 commits

Author SHA1 Message Date
James Hensman
7e4b460cdb more messing with the linear algebra in sparse_GP 2013-03-12 09:18:15 +00:00
James Hensman
d3c87feffa some messing with the linear algebra in sparse_GP. This should be more efficient... let's hope nothing breaks 2013-03-11 19:43:46 +00:00
Nicolo Fusi
640feb916f Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 19:38:05 +00:00
Nicolo Fusi
dc19f44a7f deactivated test_models() 2013-03-11 19:37:56 +00:00
Ricardo Andrade
7a94d3b9d7 Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 19:20:00 +00:00
andreas
9d97887c7e Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 19:19:49 +00:00
andreas
4525ddd75a fixed plots for BGPLVM 2013-03-11 19:19:36 +00:00
Ricardo Andrade
6c69fec8ea Tutorial finished 2013-03-11 19:18:36 +00:00
Nicolas
6febbed36f tie_param changed to tie_params in tutorials 2013-03-11 19:13:19 +00:00
James Hensman
9b8c4eae25 Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 18:56:43 +00:00
James Hensman
cb082898d3 added trace_sum for efficiency 2013-03-11 18:56:37 +00:00
Nicolas
a7e1f9218d Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 18:45:20 +00:00
Nicolas
3dd62c8251 Few bugs fixed in the documentation 2013-03-11 18:45:04 +00:00
Nicolo Fusi
1f5837d200 t push
:qMerge branch 'master' of github.com:SheffieldML/GPy
2013-03-11 18:44:17 +00:00
Nicolo Fusi
b336d91473 fixed bug in RBF, added inducing inputs to BGPLVM plots 2013-03-11 18:43:59 +00:00
Alan Saul
6c7b2d4e29 Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 18:25:59 +00:00
Alan Saul
b06b4ea8f1 Fixed checkgrad test to randomize before checking 2013-03-11 18:25:11 +00:00
Nicolas
129bb3924e Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 18:21:55 +00:00
Alan Saul
0765ceb920 Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 18:21:48 +00:00
Nicolas
0e187b6921 update in the rational quadratic kernel and new the tutorial on writting kernels 2013-03-11 18:21:29 +00:00
Ricardo Andrade
ac701df7e1 Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 18:20:52 +00:00
James Hensman
aee0cee5a8 Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 18:18:47 +00:00
Ricardo Andrade
175cc63ddd Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 18:18:47 +00:00
James Hensman
0c326ce497 added plot_latent to GPLVM 2013-03-11 18:18:37 +00:00
Ricardo Andrade
0b1bc1961d Example fixed 2013-03-11 18:18:23 +00:00
Alan Saul
2a1b5f94c8 Got rid of foo 2013-03-11 18:14:23 +00:00
Alan Saul
387ee97d73 Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 18:09:53 +00:00
Alan Saul
62615f2ca8 Trying to shuffle 2013-03-11 18:09:47 +00:00
Alan Saul
e6acaf651e Should now test all (although upon error it stops trying to generate any more) 2013-03-11 18:05:25 +00:00
Nicolas
cff1ad5db8 New rational quadratic kernel 2013-03-11 17:48:38 +00:00
Alan Saul
5c768231eb Add example test generation 2013-03-11 17:35:01 +00:00
Nicolas
4297a37649 Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 17:25:22 +00:00
Nicolas
a012cd64a5 Small changes 2013-03-11 17:25:08 +00:00
Alan Saul
c39af496a6 Added test generator (not quite finished yet) 2013-03-11 17:05:18 +00:00
James Hensman
0971a3faa4 changed the filename from BGPLVM to Bayesian_GPLVM to tidy the namespace a little 2013-03-11 16:50:44 +00:00
James Hensman
5b86fce1b3 changes tie_param to tie_params 2013-03-11 16:46:47 +00:00
Alan Saul
9b4cb78fdb Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 14:58:47 +00:00
Alan Saul
d71aabceb5 Changed example tests 2013-03-11 14:58:42 +00:00
Ricardo Andrade
4b9064bb0e Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 14:54:41 +00:00
James Hensman
dfef8dc708 setup.py requires nose now 2013-03-11 14:54:11 +00:00
Ricardo Andrade
e14576f5c9 Examples are working 2013-03-11 14:53:09 +00:00
James Hensman
4081a1526a attempted to make sparse models more stable through ordered
multiplication
2013-03-11 14:47:48 +00:00
James Hensman
d512e9a160 temporarily removed a test (linear X bias) 2013-03-11 14:40:02 +00:00
James Hensman
d430fe986f Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 14:28:40 +00:00
James Hensman
9b11424f1f implemented psi2 'cross terms' for rbfXbias 2013-03-11 14:28:20 +00:00
Ricardo Andrade
ea6da11aec Examples working 2013-03-11 14:26:26 +00:00
Ricardo Andrade
7c3c2fc9c0 Merge branch 'master' of github.com:SheffieldML/GPy
Conflicts:
	GPy/examples/__init__.py
2013-03-11 14:10:37 +00:00
Ricardo Andrade
a54e9bb826 examples directory organized. 2013-03-11 14:05:56 +00:00
James Hensman
87d6420ecb Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 14:04:13 +00:00
James Hensman
f23e3bbf7c a small demo for model tutorial 2013-03-11 14:04:07 +00:00