Commit graph

267 commits

Author SHA1 Message Date
James Hensman
f7d2fc6ca4 Merge branch 'newGP' of github.com:SheffieldML/GPy into newGP 2013-02-01 17:13:10 +00:00
James Hensman
5447d6fbfc Assorted work on combining the EP and sparse methods 2013-02-01 17:12:45 +00:00
Ricardo Andrade
24b6dfa086 Classification examples corrected (2/3) 2013-02-01 16:21:26 +00:00
Ricardo Andrade
5593d53828 Merge branch 'newGP' of github.com:SheffieldML/GPy into newGP 2013-02-01 15:17:13 +00:00
Ricardo Andrade
0a8686d7c0 EPEM is running. 2013-02-01 15:14:11 +00:00
James Hensman
64280d7eb6 Merge branch 'newGP' of github.com:SheffieldML/GPy into newGP
Conflicts:
	GPy/likelihoods/EP.py
2013-02-01 13:56:28 +00:00
James Hensman
c025e8b68b beginning of work to make sparse GP ork with RA's EP methods 2013-02-01 13:55:19 +00:00
Ricardo Andrade
f941d629e6 James' debugging of the EP/GP interface
It seems that the GP-EP algorithm works now.
2013-02-01 13:45:55 +00:00
Ricardo Andrade
eb04cbed63 merged changes in likelihood_functions (James) 2013-02-01 13:32:13 +00:00
Ricardo Andrade
879fa138e1 Merge branch 'newGP' of github.com:SheffieldML/GPy into newGP
Conflicts:
	GPy/likelihoods/EP.py
	GPy/likelihoods/likelihood_functions.py
2013-02-01 13:19:59 +00:00
Ricardo Andrade
182c4c7d64 So many changes 2013-02-01 13:17:17 +00:00
James Hensman
346f9dd8bd added a likelihood atom class
and also some import tidying in the EP.py file
2013-02-01 10:05:22 +00:00
James Hensman
7dfbcebb87 some tidying in the likelihood classes 2013-02-01 09:47:30 +00:00
Ricardo Andrade
de53917039 Merge branch 'newGP' of github.com:SheffieldML/GPy into newGP 2013-01-31 15:34:54 +00:00
James Hensman
3a558d8244 merged conflict 2013-01-31 15:30:58 +00:00
Ricardo Andrade
2b40ee6f7e predictive_values implemented in EP 2013-01-31 15:30:57 +00:00
James Hensman
4211cad89d re-indented the plot function 2013-01-31 15:04:24 +00:00
James Hensman
d077d28fd1 very basic functionality is now working 2013-01-31 15:02:34 +00:00
Ricardo Andrade
9feae765dc predictive_mean changed to predictive_values 2013-01-31 14:43:32 +00:00
James Hensman
bdc89170d4 added a Gaussian likelihood class 2013-01-31 13:34:30 +00:00
James Hensman
451ff74015 Merge branch 'newGP' of github.com:SheffieldML/GPy into newGP 2013-01-31 12:29:10 +00:00
James Hensman
a6851cf63d massive restructuting to make the EP likelihoods work consistently 2013-01-31 12:28:52 +00:00
James Hensman
ea0802d938 much tidying and breakage in the GP class 2013-01-31 12:00:57 +00:00
Alan Saul
8557283693 Changed docs back for newGP 2013-01-31 11:08:25 +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
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
Ricardo Andrade
29eb61d65e EP plots samples now for the phi transformation. 2013-01-30 12:14:32 +00:00
Nicolo Fusi
ece4e2442c working on cross terms 2013-01-30 11:18:22 +00:00
Ricardo
d1a0883c12 Log-likelihood,predictions and plotting are working. 2013-01-29 23:54:02 +00:00
Ricardo Andrade
bb1e0021d7 More changes. 2013-01-29 18:01:47 +00:00