Commit graph

912 commits

Author SHA1 Message Date
Nicolò Fusi
dc1e747702 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-08 15:47:33 +02:00
Nicolò Fusi
b17cc60182 better f_inv 2013-05-08 15:47:06 +02:00
Nicolò Fusi
323545f2d1 small change to GPLVM param indexing 2013-05-08 15:46:43 +02:00
James Hensman
e60eb4e236 small changes to Brownian 2013-05-08 12:06:34 +01:00
James Hensman
5fe0daa0b1 merging 2013-05-08 09:41:03 +01:00
James Hensman
57f9793b01 removed unnecessary computaiotn of P in sparse GP 2013-05-08 09:27:13 +01:00
James Hensman
c4bd881ed9 reverted EP procedure (removed cholupdate) 2013-05-08 09:26:15 +01:00
Ricardo
71b845eb60 Some changes according to the changes in sparse_GP 2013-05-08 07:09:00 +01:00
Ricardo
b504c5f550 Broken file fixed 2013-05-07 21:30:08 +01:00
James Hensman
8f75f6d66b tried to eliminate the regexp overflow error for large models 2013-05-07 18:50:13 +01:00
James Hensman
ce2884f0a7 weaved linear kern 2013-05-07 18:02:10 +01:00
James Hensman
7f138b8b01 much tidy9ing in sparse_GP 2013-05-07 12:49:39 +01:00
Neil Lawrence
7ffcefc511 Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel
Conflicts:
	GPy/examples/dimensionality_reduction.py
2013-05-05 08:01:47 +01:00
Neil Lawrence
b6bac53da8 Minor changes 2013-05-05 07:59:07 +01:00
James Hensman
0e8bc5662a Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-03 17:06:59 +01:00
James Hensman
eee4b9c45f various stability working on sparse GP (with MZ) 2013-05-03 17:06:26 +01:00
Max Zwiessele
8fb9ab5610 BGPLVM example MATLAB compare 2013-05-03 14:57:03 +01:00
Max Zwiessele
02b3f41680 Merge branch 'devel' into mrd 2013-05-03 14:39:48 +01:00
Max Zwiessele
f4b997beb8 last opt updates and tests 2013-05-03 14:38:42 +01:00
Max Zwiessele
5321bfc8c9 some minor example modifications and cgd adjustments 2013-05-03 14:22:18 +01:00
James Hensman
bc99d57f8d Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-03 14:01:40 +01:00
James Hensman
d9252d0e36 cholesky update for RA 2013-05-03 14:00:22 +01:00
Max Zwiessele
9229100af7 added @testing.deepTest property for skipping tests for deep scan only 2013-05-03 13:41:36 +01:00
Max Zwiessele
f5c477563b testing updates 2013-05-03 13:36:33 +01:00
Max Zwiessele
ecf0dc0680 linear psi2 statistics done, all gradients working 2013-05-03 13:36:04 +01:00
Max Zwiessele
914bdc73d8 added absolute difference check to gradcheck 2013-05-03 13:35:41 +01:00
Max Zwiessele
40c9790529 Mu to go 2013-05-03 10:20:29 +01:00
Max Zwiessele
7529eee5ca Mu to go 2013-05-02 17:21:43 +01:00
Max Zwiessele
83bde47d55 merge devel into mrd > transformations added 2013-05-02 16:40:39 +01:00
Max Zwiessele
5051a2fc89 correcting linearCF, mu to go 2013-05-02 16:37:47 +01:00
James Hensman
7561c4c232 fixed a bug in all_constrained_indices 2013-05-02 16:13:39 +01:00
Ricardo
f1e3cfaed0 error bars fixed 2013-05-02 16:04:15 +01:00
Ricardo
485665241f auto_scale option for heteroscedastic noise 2013-05-02 15:53:38 +01:00
James Hensman
9ad17cb811 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-02 10:59:36 +01:00
James Hensman
350c69799d fixed a tie-bug for ND 2013-05-02 10:59:19 +01:00
Nicolas
a286326e23 typo corrected for negative constrains 2013-05-01 17:43:03 +01:00
James Hensman
34edbd1459 added file:transformations 2013-05-01 17:11:13 +01:00
Max Zwiessele
42474f0044 LinearCF Psi Stat not working yet, strange bug in psi computations 2013-05-01 17:09:38 +01:00
James Hensman
9df555b51b eigenvalue decomposition of psi2 2013-05-01 15:08:55 +01:00
James Hensman
db3646c3f3 Merge branch 'devel' into new_constraints
Conflicts:
	GPy/core/model.py
	GPy/core/parameterised.py
2013-05-01 12:07:35 +01:00
James Hensman
814fa2f138 whitespace 2013-05-01 11:13:17 +01:00
James Hensman
b49bea2954 fixed bug in constrain_fixed where soem values weren't deleted 2013-05-01 11:12:06 +01:00
James Hensman
0ddf308d11 fixed has_uncertain_inputs weirdness 2013-05-01 11:11:23 +01:00
James Hensman
94b199e3c7 improved stability of sparse GP for certain-input case 2013-05-01 11:10:46 +01:00
James Hensman
83510e7515 first attemot at the new constraint framework 2013-04-30 11:25:57 +01:00
Max Zwiessele
c502b66ea3 restructuring and merge with devel 2013-04-30 10:09:30 +01:00
Max Zwiessele
cfc11e271e added sample dataset for BGPLVM Matlab comparison 2013-04-30 09:57:23 +01:00
Max Zwiessele
6a389493cd Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-04-30 09:55:35 +01:00
Neil Lawrence
e941c949e5 Minor tidy up of names in visualize (replace histogram with bar chart in lvm_dimselect). 2013-04-30 07:17:44 +01:00
Neil Lawrence
71114eef8c Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2013-04-29 21:45:42 +01:00