Commit graph

4433 commits

Author SHA1 Message Date
Max Zwiessele
2018368d8d domain and trtansformations namespace prettyfying 2013-10-11 17:26:04 +01:00
Max Zwiessele
780daac03e Merge branch 'devel' of github.com:SheffieldML/GPy into params 2013-10-11 16:52:54 +01:00
Max Zwiessele
4a155dba1e tests updated 2013-10-11 16:51:49 +01:00
Max Zwiessele
3132a0362a dim reduction examples Q= > input_dim= 2013-10-11 16:50:16 +01:00
Max Zwiessele
a9b190782d numpy non hashable AHHHHHH 2013-10-11 16:46:47 +01:00
Max Zwiessele
2355830398 dont print brackets in transformations 2013-10-11 16:46:12 +01:00
Max Zwiessele
152f61acf0 parameterized first beta test 2013-10-11 16:44:34 +01:00
Ricardo
1f37ec4151 Missing term in the likelihood. 2013-10-10 18:00:11 +01:00
Alan Saul
2e42b0b92d Merge remote-tracking branch 'gpy_real/devel' into merge_branch 2013-10-10 10:03:19 +01:00
Neil Lawrence
de0a5d0e70 Some fixes and changes to the sympykern. 2013-10-09 12:07:39 +01:00
Alan Saul
f066319fb7 Merge remote-tracking branch 'gpy_real/devel' into merge_branch 2013-10-09 11:50:57 +01:00
Neil Lawrence
b2cea56c11 Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2013-10-09 11:14:47 +01:00
Neil Lawrence
1a46026015 Fixed stick datasets bug ... but sympykern is currently in a rewrite so will be broken 2013-10-09 11:14:42 +01:00
Alan Saul
94b53af158 Merge remote-tracking branch 'gpy_real/devel' into merge_branch 2013-10-08 16:34:24 +01:00
James Hensman
a59d980327 Nparam changes to num_params 2013-10-08 14:49:18 +01:00
James Hensman
39eb0368d8 changes Nparts for num_parts in kern 2013-10-08 12:30:14 +01:00
Alan Saul
5765b7e534 Merge remote-tracking branch 'gpy_real/devel' into merge_branch 2013-10-08 12:15:56 +01:00
Andreas
958e9f7c7a Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-10-08 11:31:13 +01:00
Andreas
05a912f40b minor changes 2013-10-08 11:31:06 +01:00
Andreas
f008c1919b Normalize Y given as an argument to constructor 2013-10-08 11:28:15 +01:00
Neil Lawrence
87200c6e12 Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2013-10-08 08:25:33 +01:00
Neil Lawrence
966fe49345 Added first draft of functionality for multiple output sympy kernels. 2013-10-08 08:25:26 +01:00
Alan Saul
76debef6b8 Finished tearing gaussian noise down, time for student t 2013-10-07 17:59:40 +01:00
Alan Saul
77bca55470 Beginning to merge lik_functions and derivatives with richardos 2013-10-07 15:28:40 +01:00
Ricardo
46eca3bbdd Plots tidied up. 2013-10-07 12:41:20 +01:00
Ricardo
b20ea09f89 Modifications to allow noise_model related parameters. 2013-10-07 12:39:23 +01:00
Ricardo
d2bc9044fe Coregionalization examples fixed. 2013-10-07 12:35:55 +01:00
Ricardo
d6095de224 Sampling function added. 2013-10-07 12:34:38 +01:00
Max Zwiessele
4f56506aa6 Merge branch 'devel' into params 2013-10-07 08:20:29 +01:00
Max Zwiessele
857f9c0b6e cross term testing switched on 2013-10-07 07:43:19 +01:00
Max Zwiessele
9170067e52 comment linear x linear for testing purposes 2013-10-07 07:42:44 +01:00
Max Zwiessele
31c82a74ce parameter_testing 2013-10-07 07:41:51 +01:00
Max Zwiessele
f7f62ec605 index operations now work on flattened indices 2013-10-07 07:41:23 +01:00
Max Zwiessele
ed3b3414f8 unoptimized parameter, still slower than current implementation 2013-10-07 07:40:48 +01:00
Alan Saul
4738467a95 Docs 2013-10-04 19:31:23 +01:00
Alan Saul
ec36007564 Removed fit as it is unused 2013-10-04 16:33:23 +01:00
Alan Saul
91f194cd29 More doc strings 2013-10-04 16:32:04 +01:00
Alan Saul
4925d8a0d9 Doccing and testing for D dimensional input (not multiple dimensional Y yet) 2013-10-04 15:38:59 +01:00
Alan Saul
2acf931482 Tidying up a lot, works for 1D, need to check for more dimensions 2013-10-04 14:44:50 +01:00
Max Zwiessele
89c0d7e8eb ndarray subclass cleaned up 2013-10-04 11:04:55 +01:00
Max Zwiessele
738f6a5928 subclassing ndarray almost functional 2013-10-04 10:59:11 +01:00
Alan Saul
da67e39e50 Tidied up laplace 2013-10-03 19:04:00 +01:00
Alan Saul
8343615098 Integrated Laplace and merged Merge remote-tracking branch 'gpy_real/devel' into merge_branch
Conflicts:
	GPy/core/gp.py
	GPy/likelihoods/__init__.py
	GPy/likelihoods/likelihood_functions.py
	GPy/likelihoods/link_functions.py
2013-10-03 16:52:02 +01:00
Max Zwiessele
2ced667193 parameters ndarray, stuck at using strides for transformations 2013-10-03 12:30:36 +01:00
Max Zwiessele
645aa0f420 transformations are singletons now, weak refs for memory managment 2013-10-03 11:58:39 +01:00
Max Zwiessele
97787152e9 almost there with array inheriting 2013-10-03 11:58:09 +01:00
Max Zwiessele
1a8c27d23b with subclassing ndarray, current_slice problems not solved... 2013-10-02 19:18:23 +01:00
Max Zwiessele
36e60362da Without inheriting from numpy.ndarray. ndarray functionality missing 2013-10-02 19:15:24 +01:00
Max Zwiessele
3b40a47cbc NegativeLogexp Pep8ted 2013-10-02 19:14:35 +01:00
Max Zwiessele
269cc84253 index operations finalized 2013-10-02 19:13:37 +01:00