Commit graph

5229 commits

Author SHA1 Message Date
Alan Saul
926b53bfce Changed quantile computation via sampling and added fallback for predictive mean and variance if conditional mean and variance are not implemented yet 2015-07-22 18:33:11 +01:00
Alan Saul
af20bed747 Passing metadata 2015-07-22 18:32:12 +01:00
Homer Strong
4765a857ba remove docstring for missing tensor param from add/prod
relevant to #162
2015-07-19 14:31:19 -07:00
Homer Strong
1d7712ecc8 update kernel tutorial 2015-07-19 14:30:27 -07:00
Homer Strong
3a150198e8 fix links in readme
the ! is for adding images, but these are just links
2015-07-19 13:44:24 -07:00
Neil Lawrence
7c8176e5fd Change crescent data to optimize with .optimize() 2015-07-19 11:27:16 +02:00
Alan Saul
8fbfb915b0 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-07-18 14:14:37 +01:00
James Hensman
efa65c864e generalized the variatinoal Gaussian approximatino revisited code for any likelihood 2015-07-16 15:36:17 +01:00
Alexander Grigorievskiy
acc15e59d2 TEST: Making test for the Standard Periodic Kernel similar to other kernel tests. 2015-07-15 13:06:27 +03:00
Alexander Grigorievskiy
0e2f235fc5 TEST: Adding test for periodic kernel 2015-07-15 10:56:27 +03:00
Alexander Grigorievskiy
7a0b3946e4 ENH: Adding standard periodic kernel
The standard periodic kernel is the one which is mentioned
in the Rasmussen and Williams book about Gaussian Processes.
2015-07-15 10:56:27 +03:00
Alan Saul
d3b53eabda Cache some values 2015-07-14 14:38:17 +01:00
mzwiessele
4ca4916cc0 Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2015-06-29 10:19:43 +02:00
mzwiessele
f46b23d16f [inference] minibatch inference needed polishing 2015-06-29 10:19:36 +02:00
mzwiessele
61ef9912cb [plotting] parameterized.values 2015-06-29 10:18:37 +02:00
mzwiessele
208a025751 [parameterized] merge in jacobian for priors? 2015-06-29 10:18:07 +02:00
mzwiessele
ff558ff57c [verbose opt] verbose needed clear after finish push through 2015-06-29 10:16:38 +02:00
Zhenwen Dai
5cc17e8754 some correction for ibp ssgplvm 2015-06-28 21:33:57 +01:00
Alan Saul
7f6c9ed216 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-06-25 15:18:15 +01:00
Alan Saul
a1c9168de4 Passing on y_metadata 2015-06-25 15:18:08 +01:00
Mike Croucher
e7d1277e62 Python 3 fixes 2015-06-23 01:26:52 -07:00
javiergonzalezh
e58cc51c47 allowing set initial noise variance for GPRegression 2015-06-15 18:42:29 +01:00
James Hensman
24e759199e sqrt pi term was missing in variational expectations 2015-06-12 16:58:29 +01:00
James Hensman
60fabe41e2 lots of work on cython choleskies 2015-06-11 18:00:47 +01:00
James Hensman
93076df259 fiddling with cholesky backprop 2015-06-08 21:09:45 +01:00
James Hensman
04c14a9b4c parallelizing backprop of cholesky 2015-06-08 15:25:16 +01:00
Alan Saul
59771c8956 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-06-04 16:17:55 +01:00
James Hensman
451f145f88 Jacobians should not be computed only for transforms 2015-06-03 21:27:17 +01:00
James Hensman
c4752c1564 Jacobians should not be computed only for transforms 2015-06-03 21:23:27 +01:00
James Hensman
d67e37fcb6 Merge branch 'devel' of github.com:/sheffieldml/gpy into devel 2015-05-28 22:22:59 +01:00
James Hensman
21ee8cd80a jacobian bugfix 2015-05-28 22:22:51 +01:00
Zhenwen Dai
c0e045c0ab allow to set color for the skeleton visualization 2015-05-28 17:05:09 +01:00
Zhenwen Dai
6240f494f2 [ssgplvm] change the default gamma interval 2015-05-28 14:19:46 +01:00
James Hensman
01b501e078 added log jacobian transofms for Exponent, Logexp 2015-05-28 12:21:52 +01:00
Alan Saul
2370240acf Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-05-27 19:44:36 +01:00
James Hensman
3341b3c56a minor bugfix in raw_predict with full_cov for sparseGP 2015-05-27 12:29:53 +01:00
Alan Saul
f43df8798a Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-05-26 16:02:31 +01:00
Alan Saul
50f656c7b5 Updated plotting 2015-05-26 16:02:27 +01:00
Alan Saul
7b27e7c596 Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2015-05-22 21:16:43 +01:00
Alan Saul
56d50e0469 Reshaped log predictive density to have D outputs 2015-05-22 21:16:38 +01:00
Zhenwen Dai
b5cac9af8c [ssmrd] implement with IBP prior 2015-05-22 14:29:53 +01:00
Alan Saul
d3e79495e7 Added option for plotting with SVGP 2015-05-21 16:33:35 +01:00
Zhenwen Dai
afa0621488 [ssgplvm] implement IBP prior 2015-05-21 14:18:32 +01:00
Zhenwen Dai
21a39ffb87 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-05-21 11:33:43 +01:00
Zhenwen Dai
b8508cc20c [ssgplvm] group spike 2015-05-21 11:33:37 +01:00
Max Zwiessele
bfd7734339 [param] added multilevel indexing note to doc 2015-05-21 10:15:50 +02:00
James Hensman
5c230380ee Merge branch 'devel' of github.com:/sheffieldml/gpy into devel 2015-05-19 17:09:05 +01:00
James Hensman
8fc00dfdd4 minor bugfix in mlp kernel 2015-05-19 17:06:53 +01:00
James Hensman
406b8de9a2 some cython improvments for stationary kerns 2015-05-19 16:54:02 +01:00
James Hensman
601efa7525 svgp bugfix 2015-05-19 13:33:47 +01:00