Commit graph

67 commits

Author SHA1 Message Date
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
Max Zwiessele
9a70f27010 first adjustments to the model and gps -> updates and gradient transforms 2013-10-22 13:41:01 +01:00
Max Zwiessele
055eb3b70b starting to sort out likelihoods WARNING not working 2013-10-17 14:39:44 +01:00
Ricardo
b20ea09f89 Modifications to allow noise_model related parameters. 2013-10-07 12:39:23 +01:00
James McMurray
aa5ebcbd8f Fixed more errors in docs 2 2013-09-20 17:46:23 +01:00
Ricardo
a51af5b8c4 epsilon and power_ep now are parameters of update_likelihood. 2013-09-20 13:22:38 +01:00
Ricardo
b3fe19fa0b Comments added to assertions 2013-09-17 16:53:15 +01:00
Ricardo
f8c9e6b982 Merge branch 'linK_functions2' into devel
Conflicts:
	GPy/core/gp.py
	GPy/core/gp_base.py
	GPy/core/sparse_gp.py
	GPy/examples/regression.py
	GPy/kern/constructors.py
	GPy/kern/parts/coregionalise.py
	GPy/models/__init__.py
	GPy/models/sparse_gp_classification.py
	GPy/util/__init__.py
2013-09-13 15:57:34 +01:00
Ricardo
f0569d6d88 docstrings in new functions 2013-09-13 12:35:12 +01:00
Ricardo
671591fa96 New Gaussian likelihood for multiple outputs 2013-09-04 18:06:14 +01:00
Neil Lawrence
128ebbabc5 Added mlp mapping (with possibility of having multiple layers). 2013-08-29 19:26:00 +02:00
Ricardo
4c7ebb6601 Multioutput models added 2013-08-02 20:10:02 +01:00
Ricardo
1c2a4c5c64 Changes to allow multiple output plotting 2013-07-31 19:00:54 +01:00
Ricardo
7e1e8de5e4 Plots for multiple outputs 2013-07-22 10:41:12 +01:00