Commit graph

3457 commits

Author SHA1 Message Date
mellorjc
7ad275ce8a matplotlib interactive mode only in IPython
have interactive mode only in IPython so that running scripts that plot from python behave like normal.
2015-02-19 11:31:46 +00:00
Zhenwen Dai
c5c8b8341c A temporal fix for the problem of sometimes the model not being updated. 2015-02-17 10:48:26 +00:00
Zhenwen Dai
ae5d70b063 add mcmc into inference import 2015-02-15 19:24:51 +00:00
Alan Saul
952851de88 Bug in linalg jitchol!!! 2015-02-09 19:38:19 +00:00
Nicolo Fusi
98f632e92e Merge branch 'master' of github.com:SheffieldML/GPy 2015-01-10 12:49:31 -08:00
Nicolo Fusi
bd1fb56e6c re-implemented warpedGP for new release of GPy 2015-01-02 15:07:19 -08:00
Max Zwiessele
3aa16d67fa Merge branch 'devel' 2014-12-05 11:13:45 +00:00
Max Zwiessele
f2127e17cb Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2014-12-05 11:13:21 +00:00
Max Zwiessele
0e0220921f [html repr] included css styling for html print outs 2014-12-05 11:13:18 +00:00
Zhenwen Dai
1da44d9d5c implement update_gradients_diag for MLP kernel 2014-12-04 14:22:58 +00:00
Zhenwen Dai
ecf463e886 implement update_gradients_diag for MLP kernel 2014-12-04 14:21:50 +00:00
Nicolo Fusi
c14aef948e fixed minor bug in sparse gp minibatch 2014-12-03 17:18:22 -08:00
Max Zwiessele
4fc006f45d [vardtc] sparse gplvm in bayesian gplvm minibatch 2014-12-03 08:35:41 +00:00
Max Zwiessele
865d8e3851 [vardtc] predict with uncertain inputs, the non principled way 2014-12-03 08:34:11 +00:00
Max Zwiessele
d554b1a442 [natgrad] taking the gradient in the old direction, without adjustment 2014-12-03 08:33:33 +00:00
Max Zwiessele
4e91a012e6 [model] update messages a little nicer 2014-11-28 10:11:58 +00:00
Max Zwiessele
45ede97d85 [stationary] lengthscales will be scaled by variance now 2014-11-28 10:10:52 +00:00
Max Zwiessele
be40307597 [Updateable] deprecated updates 2014-11-28 10:10:13 +00:00
Max Zwiessele
3b729edc3b [setup] new version number, to avoid confusion. This will be the next minor update, including changes to README and bugfixes 2014-11-28 08:54:06 +00:00
James Hensman
1c65e23c18 Update README.md 2014-11-21 18:00:28 +00:00
James Hensman
b0c0334359 Update README.md 2014-11-21 17:59:01 +00:00
James Hensman
e148daecd7 Update README.md 2014-11-21 17:48:40 +00:00
Alan Saul
34932f8746 Huge merge correcting upstream master 2014-11-21 16:49:33 +00:00
Max Zwiessele
acd9b4b2f8 Merge branch 'devel' 2014-11-21 16:42:34 +00:00
Max Zwiessele
187f85c239 [huge merge] the second 2014-11-21 16:42:01 +00:00
Max Zwiessele
180650ec85 [huge merge] trying to merge old master and master 2014-11-21 16:17:03 +00:00
James Hensman
7d0d5fd9b8 Merge branch 'devel' of github.com:/sheffieldml/GPy into devel 2014-11-21 15:44:21 +00:00
James Hensman
ca0c4f55e1 removed more sgd 2014-11-21 15:44:14 +00:00
Alan Saul
39e394c015 Another attempt by installing a mini version of anaconda, should be easier to maintain 2014-11-21 15:32:59 +00:00
Alan Saul
7a525df3ac Attempting to fix travis build 2014-11-21 15:21:13 +00:00
James Hensman
4fd05439fc small random perturbations in kernel tests helps with the symmetry gradcheck bug 2014-11-21 12:28:04 +00:00
James Hensman
d7620594be more cooooooopyrighting 2014-11-21 12:16:58 +00:00
James Hensman
5927872ec6 more coooooopyrighting 2014-11-21 12:15:05 +00:00
James Hensman
132a668073 removing old notes.py, issues are now all on github 2014-11-21 12:12:11 +00:00
James Hensman
cdafff3861 more cooooopyrighting 2014-11-21 12:10:50 +00:00
James Hensman
f8fa672ea1 more cooooopyrighting 2014-11-21 11:59:02 +00:00
James Hensman
504aaef6c8 more coooopyrighting 2014-11-21 11:55:53 +00:00
James Hensman
f0d120ab7f more cooopyrighting 2014-11-21 11:53:00 +00:00
James Hensman
384b6c70c5 more coopyrighting 2014-11-21 11:52:28 +00:00
James Hensman
6aae3a37c8 more copyrighting 2014-11-21 11:48:40 +00:00
James Hensman
67ddbde119 Merge pull request #148 from martinsch/normalization_fix
Normalization: avoid division by zero for constant feature dimensions
2014-11-21 11:44:51 +00:00
James Hensman
aa48287761 Merge pull request #160 from slinderman/master
Removing set of numpy random seed

Great spot! We're just about to relase the next iteratino of GPy, we'll make sure it happens there too.

Thanks.
2014-11-21 11:43:54 +00:00
James Hensman
9bc65ac814 more ]#copyrighting 2014-11-21 11:40:50 +00:00
James Hensman
60e3d53027 branch 'devel' of github.com:SheffieldML/GPy into devel 2014-11-21 11:38:23 +00:00
James Hensman
82dfe7590d copyrighting 2014-11-21 11:38:13 +00:00
Max Zwiessele
26c358b5a0 [kernel plots] updates on bar plots 2014-11-21 09:59:45 +00:00
Zhenwen Dai
6ed91ce102 linear kernel speed up 2014-11-20 17:38:19 +00:00
Zhenwen Dai
11f872db33 performance improvement for sslinear kernel 2014-11-20 14:52:49 +00:00
Andreas
aa473178f7 Working One vs All sparse gp classification wrapper 2014-11-14 21:48:46 +00:00
Ricardo
031aa7b315 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2014-11-14 21:24:31 +00:00