Commit graph

38 commits

Author SHA1 Message Date
Ricardo
bae714f72c Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-04 17:39:12 +01:00
Ricardo
c598dca830 match_moments function passes transformed values 2013-06-04 17:23:46 +01:00
Max Zwiessele
c7ac1ed9d8 domains added and class names in priors capitalized 2013-06-04 17:21:56 +01:00
Ricardo
775ec15543 Link functions defined 2013-06-04 16:23:04 +01:00
James Hensman
5923c544ef more merge conflicts 2013-05-31 12:10:27 +01:00
James Hensman
a0aff049de merge fixed 2013-05-31 12:09:37 +01:00
Max Zwiessele
4eebf99bfb REVERT a53690ab7f, flapack back substitued in 2013-05-31 12:09:11 +01:00
James Hensman
fe60812f7d modified EP code, should be more stable I hope 2013-05-31 12:00:02 +01:00
Max Zwiessele
a53690ab7f DeprecationWarning: Substituded all (\!) flapack occ. with lapack (scipy said so) 2013-05-30 10:37:03 +01:00
Ricardo
d0942a7bfd chol_inv added somewhere 2013-05-15 18:12:32 +01:00
Ricardo
9431cb2d55 Some changes to speed up... just a little 2013-05-15 16:26:33 +01:00
Ricardo
a1036fb2a5 DSYR is being used now 2013-05-13 19:40:51 +01:00
James Hensman
9c701f6e5b added DSYR for ricardo 2013-05-13 12:54:55 +01:00
Max Zwiessele
f39afb9ea5 Scale Factor removed and moved V=Y*beta into likelihoods 2013-05-08 15:38:14 +01:00
James Hensman
5fe0daa0b1 merging 2013-05-08 09:41:03 +01:00
James Hensman
c4bd881ed9 reverted EP procedure (removed cholupdate) 2013-05-08 09:26:15 +01:00
Ricardo
b504c5f550 Broken file fixed 2013-05-07 21:30:08 +01:00
James Hensman
d9252d0e36 cholesky update for RA 2013-05-03 14:00:22 +01:00
Ricardo Andrade
22ad5d94e9 Changes in FITC approximation computation 2013-04-05 17:27:44 +01:00
Ricardo Andrade
8dd33615c1 pseudo EM algorithm for EP and maybe Laplace. 2013-03-22 18:38:24 +00:00
James Hensman
128b2b90ef more fixing of the predictive variance (correct for full_cov now) 2013-03-13 10:37:46 +00:00
Alan Saul
95cedc7e4e fixed merge conflicts 2013-03-11 12:26:44 +00:00
Alan Saul
f562d6cd46 deprecated flapack, namespace changed to lapack.flapack 2013-03-11 12:21:12 +00:00
Ricardo Andrade
c6f2082839 Sparse GP with EP is working now 2013-03-06 15:43:58 +00:00
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
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
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
2b40ee6f7e predictive_values implemented in EP 2013-01-31 15:30:57 +00:00
James Hensman
d077d28fd1 very basic functionality is now working 2013-01-31 15:02:34 +00:00
James Hensman
a6851cf63d massive restructuting to make the EP likelihoods work consistently 2013-01-31 12:28:52 +00:00
Renamed from GPy/inference/EP.py (Browse further)