Commit graph

83 commits

Author SHA1 Message Date
Max Zwiessele
dfb96a8405 ard plotting enhanced 2013-07-18 14:20:32 +01:00
Max Zwiessele
a65c5a9419 plot_ARD greatly improved, crossterm plotting enabled 2013-07-17 17:50:11 +01:00
Max Zwiessele
06d540f056 plot_ARD greatly improved, crossterm plotting enabled 2013-07-17 17:49:50 +01:00
Max Zwiessele
12640a2d17 plot ard ticks improved 2013-06-28 11:02:15 +01:00
Max Zwiessele
8cdedf2edb plot_latent bug-fix in mrd 2013-06-27 11:11:41 +01:00
Max Zwiessele
f5effb8cb6 added robust pickling, switches to old behaviour, if get/setstate not implemented 2013-06-26 16:48:48 +01:00
Max Zwiessele
05e8e75c58 pickling unified with __getstate__ and __setstate__ 2013-06-25 18:01:18 +01:00
Max Zwiessele
1e06ca2d40 Merge branch 'devel' into pickle 2013-06-25 17:44:52 +01:00
Max Zwiessele
e869fcaf65 pcikling? 2013-06-25 17:43:42 +01:00
Nicolo Fusi
6ee8732cf4 kernels are now consistent with pep8 and common reason 2013-06-17 16:47:36 +01:00
James Hensman
5e4c24d652 psi1 is now the right way around 2013-06-06 14:38:48 +01:00
Max Zwiessele
bfd99c3607 Merge kern conflicts in examples 2013-06-05 16:16:46 +01:00
Max Zwiessele
0490861099 kern params adapted: Nparams > num_params and fixes of input_dim 2013-06-05 16:14:30 +01:00
Alan Saul
3475b52b6c Changed all M's for num_inducing 2013-06-05 15:29:45 +01:00
Max Zwiessele
db78b233b8 Nparams > num_params and Nparam_tranformed > num_params_transformed 2013-06-05 15:29:18 +01:00
Max Zwiessele
2e5e8ac026 REFACTORING: model names, lowercase, classes uppercase 2013-06-05 13:02:03 +01:00
Alan Saul
97f3357b6d Replaced Q by input_dim 2013-06-05 11:17:15 +01:00
Max Zwiessele
cadf822292 plotting behaviour adapted for kern and mrd 2013-06-04 18:19:14 +01:00
Nicolo Fusi
19407293dc cross-terms 2013-05-17 16:29:32 +01:00
Nicolo Fusi
ddd3ece3ce test 2013-05-17 12:29:13 +01:00
Max Zwiessele
ba4bd50924 stability enhancing clipping in logexp_clipped and reverse of stability clipping of parameters 2013-05-16 15:17:54 +01:00
Max Zwiessele
835632e985 WARNING: added parameter clipping for catching infinity problems [p in (-1e300, 1e300)] 2013-05-16 13:29:56 +01:00
James Hensman
529d7534ca fixed the bug in stick 2013-05-13 10:26:54 +01:00
Nicolas
652b3ce2c6 unified framework for addition and product of kernels, with a tensor flag (boolean) instead of and 2013-05-10 17:48:11 +01:00
James Hensman
350c69799d fixed a tie-bug for ND 2013-05-02 10:59:19 +01:00
James Hensman
83510e7515 first attemot at the new constraint framework 2013-04-30 11:25:57 +01:00
James Hensman
7d9352c733 weaved coregionalise. much performance gained 2013-04-28 21:37:36 +01:00
James Hensman
52ba8e4ba3 remo0ved slices from models
slices are now handles by special indexing kern parts, such as
coregionalisation, independent_outputs. The old slicing functionality
has been removed simply to clean up the code a little.

Now that input_slices still exist (and will continue to be useful) in
kern.py. They do need a little work though, for the psi-statistics
2013-04-28 17:22:04 +01:00
James Hensman
9fb090a508 James and Nicolos massive Yak shaving session 2013-04-26 19:32:33 +01:00
Max Zwiessele
d789e55481 stupid kern stash merge 2013-04-23 16:40:09 +01:00
Max Zwiessele
2b3b7350cd kern conflict 2013-04-23 16:37:13 +01:00
Max Zwiessele
68dd416640 Merge branch 'devel' into mrd 2013-04-23 16:21:57 +01:00
Max Zwiessele
389a04d2b5 bugfix: cross term psi1 bias + linear 2013-04-23 16:21:41 +01:00
Max Zwiessele
f01be172be moved *2. of psi2 statistics into kern and corrected bias+linear cross term 2013-04-23 15:22:30 +01:00
Max Zwiessele
d0512f92b6 xticklabels improved 2013-04-21 10:58:46 +01:00
Max Zwiessele
37f94310d5 plotting debug 2013-04-15 15:58:33 +01:00
Max Zwiessele
51ff92e591 finished mrd and added plotting functions 2013-04-11 18:44:18 +01:00
Max Zwiessele
dcbd76a6ee kern plotting with axisa 2013-04-11 15:47:18 +01:00
Nicolo Fusi
55ad96f38b made BGPLVM oil flow demo work, added ARD weights plot 2013-03-22 15:58:02 +00:00
James Hensman
5b86fce1b3 changes tie_param to tie_params 2013-03-11 16:46:47 +00:00
James Hensman
9b11424f1f implemented psi2 'cross terms' for rbfXbias 2013-03-11 14:28:20 +00:00
Nicolo Fusi
05ca5cfe6d working on psi cross terms 2013-03-11 14:03:23 +00:00
Alan Saul
a866760162 Removed unused partial1 2013-03-11 12:39:44 +00:00
Alan Saul
95cedc7e4e fixed merge conflicts 2013-03-11 12:26:44 +00:00
Alan Saul
12d6f5056b removed keyname partial 2013-03-11 12:15:59 +00:00
James Hensman
e75b566f1e Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 10:43:23 +00:00
James Hensman
393662b05d sometidying of the psi statistic cross terms 2013-03-11 10:43:17 +00:00
Nicolas
ec748e2d6b all the product_orthogonal have been changed to prod_orthogonal for consistency 2013-03-11 10:33:29 +00:00
James Hensman
4d79c3c97d start of psi2 crossterms 2013-02-26 14:49:00 +00:00
James Hensman
a166187231 Merge branch 'master' of github.com:SheffieldML/GPy 2013-02-21 14:27:08 +00:00