Commit graph

271 commits

Author SHA1 Message Date
Mike Croucher
985b2ea70c Added (SLOW) Pure Python implementations of flat_to_triang and triang_to_flat 2015-04-01 15:42:49 +01:00
Mike Croucher
5c653fa4b0 Fix merge conflicts 2015-04-01 13:03:48 +01:00
Mike Croucher
e82b5fe773 Resolve merge conflicts 2015-04-01 11:44:20 +01:00
James Hensman
c3d20c744f merges 2015-04-01 09:15:39 +01:00
Zhenwen Dai
edbb576bfc fallback the implementation of spike and slab prior 2015-03-30 21:49:02 +01:00
Alan Saul
cbb558d751 Merge branch 'saul_merge' into devel 2015-03-27 15:16:14 +00:00
James Hensman
4cf1f5494f extra kernel stressing in benchmarks, bugfix in svgp 2015-03-27 15:12:52 +00:00
Alan Saul
3c7a1b9a91 Merge branch 'devel' into saul_merge 2015-03-27 14:17:34 +00:00
Alan Saul
0ea3d33695 Merging with private repo, mostly fixed 2015-03-27 14:17:03 +00:00
James Hensman
55dba3d2d9 shape changes for gradeitns of likelihood parameters in variational_expectations 2015-03-27 11:14:41 +00:00
James Hensman
72de607199 mean functions now working for svgp. with tests 2015-03-26 16:20:17 +00:00
James Hensman
cf0e29b207 working mean function examples 2015-03-26 08:48:56 +00:00
James Hensman
254157ce04 Merge branch 'devel' of github.com:/sheffieldml/GPy into mean_functions 2015-03-25 16:48:24 +00:00
James Hensman
e74bfd81c6 added some clarifying comments with NDL 2015-03-25 14:22:39 +00:00
James Hensman
53081c704d derivatives of likelihood things now working for svgp 2015-03-24 13:58:41 +00:00
James Hensman
90cc217e37 minimual edits to exact_inference 2015-03-23 15:48:20 +00:00
James Hensman
fa801bf46c mean functions in place 2015-03-23 14:47:49 +00:00
Mike Croucher
7930eb646f Merge from upstream 2015-03-13 14:23:40 +00:00
Mike Croucher
cf1c382acd xrange fixes for Python 3 2015-03-07 07:49:59 +00:00
James Hensman
48821a6b73 Added binomial likelihood
Also some changes to pass through Y_metadata, where it had previously
been (errorneously) omitted.
2015-03-05 10:26:02 +00:00
Mike Croucher
506a57def8 Import fixes for Py3 2015-02-27 17:39:15 +00:00
Mike Croucher
786feded41 Import fix for Py3 2015-02-27 17:35:26 +00:00
Mike Croucher
ebc0b6e1a5 Resolved merge conflict 2015-02-26 14:37:58 +00:00
mzwiessele
b616214252 Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2015-02-26 14:24:11 +00:00
mzwiessele
ed6da422eb [pickling errors] due to too little constant jitter, the gradient checks in pickle tests did not pass 2015-02-26 14:24:07 +00:00
Mike Croucher
7c6ff2982f Exception fixes for Python 3 compat 2015-02-26 13:36:45 +00:00
Mike Croucher
5601a580de Convert print to function for Python 3 compatibility. This breaks compatibility for versions of Python < 2.6 2015-02-26 08:48:48 +00:00
mzwiessele
85ae035e32 [var_dtc] constant jitter 1e-10 2015-02-24 11:55:22 +00:00
James Hensman
482bd1472c reconfigured svgp inference a little 2015-02-11 11:49:45 +00:00
Alan Saul
1b27337e7c SVI now working with minibatches 2014-12-22 15:40:49 +00:00
Alan Saul
a8b0d60c3e SVI now implemented without natural natural gradients or batches 2014-12-22 13:35:56 +00:00
James Hensman
b642360ede multi-outputted the svgp inference (buggy, probably) 2014-12-22 12:07:51 +00:00
Alan Saul
7ba2e2ed08 Added svgp in partially broken state ready for multiouputs 2014-12-22 12:00:16 +00:00
Alan Saul
935f2016db Fixed quadrature for bernoulli likelihood, started adding Gaussian likelihood derivatives for quadrature 2014-12-19 17:53:32 +00:00
James Hensman
2de2217473 svgp inference added -- not working yet 2014-12-19 16:48:40 +00:00
James Hensman
384b6c70c5 more coopyrighting 2014-11-21 11:52:28 +00:00
mzwiessele
1a09a39ab0 [inferenceX] with missing data 2014-11-14 12:00:23 +00:00
Zhenwen Dai
58a778225d bug fix for infer_newX 2014-11-13 17:49:59 +00:00
Max Zwiessele
7dbf1635fc Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2014-11-05 15:38:58 +00:00
Max Zwiessele
1822f59433 vardtc mixed noise 2014-11-05 14:58:04 +00:00
Zhenwen Dai
902f8f138b clean up parallel framework 2014-11-05 14:34:03 +00:00
Max Zwiessele
54d852d55f Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2014-11-04 12:40:27 +00:00
Max Zwiessele
e2533675fd [mixed noise] correction for mixed noise var dtc. still have to make a test 2014-11-04 12:40:23 +00:00
Zhenwen Dai
105a6c5377 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2014-11-03 16:04:59 +00:00
Zhenwen Dai
1840b7e6b8 extend inference X for all gp models 2014-11-03 16:04:15 +00:00
Alan Saul
13fd45e31f Minor doc changes, fixed MPI dependency and 'stop' in var_dtc 2014-11-03 14:39:17 +00:00
Zhenwen Dai
3eb2fa3a8f Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2014-11-03 14:22:16 +00:00
Zhenwen Dai
24ad425a1b bug fix for inferenceX 2014-11-03 14:11:46 +00:00
Zhenwen Dai
78b50db138 add new inference X 2014-11-03 13:38:28 +00:00
Alan Saul
02c903c4eb Tidied up laplace warnings 2014-11-03 13:36:26 +00:00