Commit graph

80 commits

Author SHA1 Message Date
James Hensman
cc96f5b3d5 lots of fixes, including prediction being mean and variance only 2014-03-13 14:42:03 +00:00
James Hensman
ccf5167b75 chancges to where gradients are computed in laplace 2014-03-13 12:13:00 +00:00
Max Zwiessele
6530af3e46 gp merge, grad dict is property of self + Y_metadata being passed through 2014-03-13 09:10:57 +00:00
Max Zwiessele
7adf5217f2 grad dict is property of self 2014-03-13 09:07:56 +00:00
Ricardo
4ce6d2d72c Merge branch 'params' of github.com:SheffieldML/GPy into params
Conflicts:
	GPy/core/gp.py
	GPy/plotting/matplot_dep/models_plots.py
2014-03-12 12:57:04 +00:00
Ricardo
6ced5b1242 GPCoregionalizedRegresssion added 2014-03-12 12:52:52 +00:00
Max Zwiessele
53e071b892 gradient check and debug options 2014-03-12 12:06:21 +00:00
Max Zwiessele
db5fd17609 slicing support for kernel input dimension 2014-03-07 16:59:41 +00:00
Max Zwiessele
0df263956f Dont call parameters_changed ever yourself anymore and parameters are now inplace once in memory 2014-03-04 17:32:46 +00:00
Max Zwiessele
a98334e009 logic edits for copy 2014-03-03 15:07:33 +00:00
Max Zwiessele
f6228abd4c gradients 2014-02-26 13:18:29 +00:00
Ricardo
0cf1e44c68 some work on ep, and some messing with wher ethe derivatives are computed (in the model, not the inference 2014-02-26 11:38:46 +00:00
James Hensman
70ada7fa46 sorting ouyt the variational posterior objects 2014-02-24 15:44:11 +00:00
Max Zwiessele
1eb8cc5eab variational posterior and prior added, linear updated 2014-02-24 09:49:29 +00:00
James Hensman
d636c8c30c everything is broken 2014-02-20 14:04:16 +00:00
James Hensman
92d71384b7 deleted kernpart, prod and add seem to work okay. 2014-02-19 17:37:18 +00:00
James Hensman
20f02a80b4 rbf and white seem to work 2014-02-19 15:00:48 +00:00
James Hensman
6d30a11ae8 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-02-13 08:53:19 +00:00
James Hensman
3c68a9688d general bugfixing 2014-02-13 08:53:14 +00:00
Alan Saul
d2e8807a88 Fixed some examples and tests, and stated that Y metadata doesnt need to be the same size as Y 2014-02-12 18:02:24 +00:00
Alan Saul
c788c463d8 Added metadata 2014-02-12 15:53:38 +00:00
James Hensman
6346af8764 assorted fixes 2014-02-06 09:28:27 +00:00
James Hensman
75241ecf89 predictino working nicely for laplace 2014-02-05 17:52:17 +00:00
James Hensman
80629e00b6 fiddling with plotting 2014-02-05 17:12:52 +00:00
James Hensman
432d9668a6 merged simple conflict£ 2014-02-05 16:26:10 +00:00
James Hensman
f653bc430e an afternoon's work on the laplace approximation 2014-02-05 16:23:35 +00:00
Max Zwiessele
b2328c4f47 starting varDTC with uncertain inputs [not working] 2014-02-05 10:48:23 +00:00
Max Zwiessele
1b49f7ab30 not calling self.parameters_changed explicitly anymore -> not needed 2014-01-31 17:01:50 +00:00
James Hensman
a31ff3acc3 some hacking on sparse_gp inference 2014-01-29 17:02:44 +00:00
James Hensman
18a5c437e8 wrapping docstrings 2014-01-28 14:45:00 +00:00
James Hensman
06da98f9ea changed gradient interface to gp and sparse GP 2014-01-28 14:40:07 +00:00
Ricardo
df50d2a990 Merge branch 'params' of github.com:SheffieldML/GPy into params
Conflicts:
	GPy/core/sparse_gp.py
2014-01-28 13:52:38 +00:00
Ricardo
1654080402 Plotting functions modified 2014-01-28 13:39:59 +00:00
James Hensman
ca1cb4eb22 removed marginal and derivative from posterior object 2014-01-27 15:37:20 +00:00
Max Zwiessele
cec766b723 getstate > _getstate and setstate > _setstate 2014-01-24 15:48:23 +00:00
Max Zwiessele
e128059377 new gradient handling way nicer 2014-01-24 15:07:28 +00:00
James Hensman
e94b16e0b3 exact gaussian inference now accepts a kern and X, not K 2014-01-24 11:03:17 +00:00
James Hensman
206ec5dfc1 basic GP regression now working again 2014-01-24 10:26:44 +00:00
James Hensman
63ec89567f removed some X_normalising things 2014-01-24 10:24:17 +00:00
James Hensman
739e8d4058 removed the gp_base abstraction class 2014-01-22 15:06:53 +00:00
James Hensman
8cad49ce13 fixed up the Gaussian likelihood a little 2013-12-19 16:19:23 +00:00
James Hensman
d8a627c1d8 fixed bug introduced my merge 2013-12-10 12:17:59 -08:00
James Hensman
8d5fc8a2e2 merged in params 2013-12-10 11:56:35 -08:00
Max Zwiessele
e1bb3e508e naming and pil changes 2013-12-07 18:45:24 +00:00
James Hensman
5ec64d2279 more massive and destructive changes everywhere 2013-12-05 15:09:31 -05:00
James Hensman
3549a676a8 tidied up gp_base and gp 2013-12-04 20:12:40 +00:00
Max Zwiessele
6c60eef4bd biiig changes in tieing, and printing -> hirarchy now always shown 2013-11-11 17:46:33 +00:00
Max Zwiessele
3316d29341 added gplbm and sparse gp to new parameterized structure 2013-11-06 11:40:54 +00:00
Max Zwiessele
6feb5dd2f1 adjusted parameters to report their changes 2013-11-03 13:58:15 +00:00
Max Zwiessele
d3721b76a8 changing all parameterized objects to be compatible with the new parameterization 2013-10-25 15:29:04 +01:00