Commit graph

82 commits

Author SHA1 Message Date
Max Zwiessele
a53690ab7f DeprecationWarning: Substituded all (\!) flapack occ. with lapack (scipy said so) 2013-05-30 10:37:03 +01:00
Ricardo
171a25d46d Merge branch 'devel' of github.com:SheffieldML/GPy into devel
Conflicts:
	GPy/models/GP.py
2013-05-22 12:15:00 +01:00
Ricardo
f00d23fb30 plot function got broken with last commit, this fixes it. 2013-05-22 12:10:52 +01:00
Nicolo Fusi
17a82f99bd fixed bug in sparse GP plotting 2013-05-21 16:36:12 +01:00
James Hensman
f6b51a6656 sparse_GP can now predict (variationally) from an uncertain input 2013-05-20 17:05:36 +01:00
James Hensman
2569240095 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-20 16:34:23 +01:00
Ricardo
c3ab4b7979 Allowing EP in BGPLVM and MRD 2013-05-20 16:22:43 +01:00
James Hensman
113c0e2824 added do_test_latents to BGPLVM 2013-05-20 15:36:07 +01:00
Ricardo
afcb30dfbe Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-20 10:13:49 +01:00
James Hensman
025f31a43f more tidying in sparse_GP 2013-05-20 09:38:08 +01:00
James Hensman
3f22e61d2d tidied the computation of A in sparse_GP 2013-05-19 19:17:55 +01:00
Ricardo
fc34cedde5 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-17 15:18:48 +01:00
Ricardo
6c7e8001cc Some likelihood.flatten somewhere 2013-05-17 15:18:28 +01:00
Max Zwiessele
61a79c5041 clipping bounds released to 1e6 2013-05-16 13:47:33 +01:00
Nicolo Fusi
80c25c9aaf moved linalg function to GPy.linalg 2013-05-13 17:04:59 +01:00
Max Zwiessele
214eab5f2e MRD updates and minor changes 2013-05-10 11:21:19 +01:00
Max Zwiessele
18117bba81 last changes for mrd stability 2013-05-08 16:47:56 +01:00
Max Zwiessele
f39afb9ea5 Scale Factor removed and moved V=Y*beta into likelihoods 2013-05-08 15:38:14 +01:00
James Hensman
7f138b8b01 much tidy9ing in sparse_GP 2013-05-07 12:49:39 +01:00
James Hensman
eee4b9c45f various stability working on sparse GP (with MZ) 2013-05-03 17:06:26 +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
Ricardo
485665241f auto_scale option for heteroscedastic noise 2013-05-02 15:53:38 +01:00
James Hensman
9df555b51b eigenvalue decomposition of psi2 2013-05-01 15:08:55 +01:00
James Hensman
94b199e3c7 improved stability of sparse GP for certain-input case 2013-05-01 11:10:46 +01:00
James Hensman
50a68e1a65 Yak shaving 2013-04-29 12:11:36 +01:00
James Hensman
5fca43f980 more stabilisation of sparse GP 2013-04-29 11:37:08 +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
James Hensman
ef15de9411 added a tdot function (thanks Iain) 2013-04-26 17:26:43 +01:00
James Hensman
43b720c848 more minor simplifications 2013-04-25 16:01:36 +01:00
James Hensman
4bd0f891ac minor simplifications in dLdK 2013-04-25 15:44:26 +01:00
James Hensman
8191a5d24f one more instance of dpotrs instead of dot in sparse GP 2013-04-25 12:51:51 +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
0c8b83454f Revert "merge devel mrd"
This reverts commit 3f625a9347, reversing
changes made to dc6faeb303.
2013-04-23 14:02:15 +01:00
James Hensman
ab50dc7cec a litle more stability in svigp
Another instance of dpotrs instead of dot
2013-04-16 12:36:15 +01:00
James Hensman
445e6c1d30 comments only 2013-04-16 11:09:33 +01:00
James Hensman
403dc42462 improved stability of sparse GP computations
Specifically in computing dL_dKmm
2013-04-16 11:06:21 +01:00
Ricardo
f3ea01f76d Reverting last change 2013-04-15 08:14:01 +01:00
Ricardo Andrade
f6b98160a7 auto_scale 2013-04-12 18:45:14 +01:00
Nicolo Fusi
ffa1879cfc added automatic scale_factor to sparse GPs 2013-04-12 13:32:18 +01:00
James Hensman
eb1d8f211f stability improvements in sparse_GP 2013-04-10 11:04:49 +01:00
James Hensman
45403105f9 changed X_uncertainty for X_variance (in the code) for consistency with actual naming (in the printing) 2013-04-10 09:34:15 +01:00
James Hensman
525ef56dca increased stability of _compuations in sparse_GP 2013-03-12 17:04:48 +00:00
James Hensman
bddeb998bf typo in comments 2013-03-12 10:04:02 +00:00
James Hensman
7e4b460cdb more messing with the linear algebra in sparse_GP 2013-03-12 09:18:15 +00:00
James Hensman
d3c87feffa some messing with the linear algebra in sparse_GP. This should be more efficient... let's hope nothing breaks 2013-03-11 19:43:46 +00:00
James Hensman
cb082898d3 added trace_sum for efficiency 2013-03-11 18:56:37 +00:00
James Hensman
4081a1526a attempted to make sparse models more stable through ordered
multiplication
2013-03-11 14:47:48 +00:00
James Hensman
7bdf01da10 Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 13:26:55 +00:00