Commit graph

6031 commits

Author SHA1 Message Date
Alan Saul
173375fec3 More 2013-01-31 11:57:48 +00:00
Alan Saul
57a79e0d75 Importing mock better 2013-01-31 11:48:32 +00:00
Alan Saul
fe1c5431df More fixing... 2013-01-31 11:43:33 +00:00
Alan Saul
23aa9be73c More attempts at mocking 2013-01-31 11:39:30 +00:00
Alan Saul
9fec748be5 Added some more mocks 2013-01-31 11:31:43 +00:00
Alan Saul
ba63b1a658 Removed matplotlib mock 2013-01-31 11:29:09 +00:00
Alan Saul
3c8b0a030f Adding extra mock... hopefully this won't carry on 2013-01-31 11:28:07 +00:00
Alan Saul
d4a20232c0 Forgot exceptions import 2013-01-31 11:23:58 +00:00
Alan Saul
b94ea75048 Above again.... 2013-01-31 11:22:59 +00:00
Alan Saul
690bdcd62b Same again 2013-01-31 11:17:52 +00:00
Alan Saul
a605416d06 Adding pylab mock module 2013-01-31 11:15:54 +00:00
Nicolo Fusi
d4a539a2d1 Merge branch 'master' into SGD 2013-01-31 11:15:49 +00:00
Nicolo Fusi
ce5b9ee81a convenience change in linear.py 2013-01-31 11:15:38 +00:00
Nicolo Fusi
7fdfc244f6 made SGD work with new get/set param 2013-01-31 11:13:25 +00:00
Alan Saul
1fb7ebe67a Attempting to fix docs but may break them 2013-01-31 11:09:23 +00:00
Alan Saul
8557283693 Changed docs back for newGP 2013-01-31 11:08:25 +00:00
Nicolo Fusi
31b6c06a72 Merge branch 'master' into SGD 2013-01-31 11:06:44 +00:00
Alan Saul
6b62ae960a Merge branch 'newGP' of github.com:SheffieldML/GPy into newGP 2013-01-31 11:04:56 +00:00
Alan Saul
c17d475824 Trying to fix docs, might break them 2013-01-31 11:02:27 +00:00
Nicolo Fusi
d2aeb6461e Merge branch 'master' of github.com:SheffieldML/GPy 2013-01-31 10:58:24 +00:00
Nicolo Fusi
9c88687634 doc style change 2013-01-31 10:57:43 +00:00
Nicolas
f95f8212aa Merge branch 'master' of github.com:SheffieldML/GPy 2013-01-31 10:52:20 +00:00
Nicolas
fa391307f7 images for tutorials 2013-01-31 10:52:13 +00:00
Nicolas
e5fbfe19ee rst files from documentation 2013-01-31 10:47:24 +00:00
Nicolas
1456d81524 improved tutorial for GP_regression 2013-01-31 10:44:13 +00:00
Nicolo Fusi
49d2e4e4f6 merged master 2013-01-31 09:57:40 +00:00
Nicolo Fusi
0224e700f4 first broken port of the psi stats to the linear kernel 2013-01-31 09:54:27 +00:00
James Hensman
791d240d96 merged conflicts after merging in master to newGP branch 2013-01-31 09:24:00 +00:00
James Hensman
6197c1a8ed robustified the assertion re lengthscales in rbf 2013-01-31 09:02:18 +00:00
James Hensman
3ad245eeec Merge branch 'master' of github.com:SheffieldML/GPy 2013-01-31 08:56:50 +00:00
Nicolas
e4aa4f4b0c Merge branch 'master' of github.com:SheffieldML/GPy 2013-01-31 08:56:29 +00:00
Nicolas
3a79cef73e missing file product_orthogonal from previous commit 2013-01-31 08:55:22 +00:00
James Hensman
b7462e0fcc fixed bug in rbf.py, removed the ARD moniker from the name variable 2013-01-31 08:54:57 +00:00
James Hensman
5176f4c6f3 Merge branch 'master' of github.com:SheffieldML/GPy 2013-01-31 08:38:20 +00:00
James Hensman
6c65c346c0 added missing dataset from mlprojects 2013-01-31 08:38:12 +00:00
Nicolas
89c8db7368 solved merge conflict 2013-01-30 17:54:41 +00:00
Nicolas
f4b6568ee9 New operator: the kernels can be multiplied directly with the '*' character 2013-01-30 17:41:51 +00:00
James Hensman
6eb9dde272 added datasets (from GPY_assembla)
... and removed a nasty hard link in the examples file
2013-01-30 16:52:03 +00:00
Nicolo Fusi
8a5f075ef0 RBF (both ARD and non-ARD) kernels working nicely with psi statistics 2013-01-30 16:27:45 +00:00
Ricardo Andrade
318e973020 Merge remote-tracking branch 'Falkor/newGP' into newGP 2013-01-30 16:02:09 +00:00
Ricardo Andrade
d8eb155622 Working for regression, still some bugs for EP. 2013-01-30 16:00:03 +00:00
Nicolo Fusi
be5b775729 added BGPLVM demo (not working yet) 2013-01-30 15:54:47 +00:00
Nicolo Fusi
6cde99c486 now skipping FITC test 2013-01-30 15:52:49 +00:00
Nicolo Fusi
2493e2d336 integrated sparse GP regression and BGPLVM classes 2013-01-30 15:51:36 +00:00
Nicolo Fusi
079a20620a removed imports from __init__.py 2013-01-30 15:32:19 +00:00
Nicolo Fusi
8a3e10700d massive merge of the debug branch 2013-01-30 15:30:54 +00:00
Nicolo Fusi
ce3e2e41f4 trying to get psi2 cross terms to work 2013-01-30 15:14:54 +00:00
Nicolo Fusi
e1edb062ed minor changes 2013-01-30 13:20:01 +00:00
Ricardo Andrade
29eb61d65e EP plots samples now for the phi transformation. 2013-01-30 12:14:32 +00:00
Nicolo Fusi
c71ee37064 Merge branch 'bgplvm' into SGD 2013-01-30 11:18:31 +00:00