Commit graph

3860 commits

Author SHA1 Message Date
James Hensman
521ca142bb reenabling gil 2015-08-17 15:00:29 +01:00
James Hensman
6068369979 minor corrections :) 2015-08-17 14:57:54 +01:00
James Hensman
79127d146b Merge branch 'devel' into Dapid-devel-cythonchol 2015-08-17 13:38:23 +01:00
James Hensman
0e7bacbec9 adding new test for cholesky backprop 2015-08-17 13:34:09 +01:00
James Hensman
8a7191c395 Merge branch 'devel-cythonchol' of git://github.com/Dapid/GPy into Dapid-devel-cythonchol 2015-08-17 13:05:30 +01:00
David Menéndez Hurtado
629e57257f FIX: ensuring contiguity of the buffers for BLAS call and returning a Numpy array 2015-08-17 13:39:03 +02:00
David Menéndez Hurtado
fb77c00da7 FIX: transforming the indexing to 2D 2015-08-17 13:24:55 +02:00
David Menéndez Hurtado
da7e4e3af6 ENH: implementing the Cholesky backpropagation through Scipy's BLAS 2015-08-17 12:21:54 +02:00
James Hensman
e3fd7885bf ENH: fixed up BCGPLVM to work with new framework 2015-08-17 11:06:45 +01:00
James Hensman
80f554adfd another relative import (py3) bug 2015-08-13 12:32:17 +01:00
James Hensman
4f6a0e728a Merge pull request #183 from AlexGrig/std_periodic_kernel
ENH: Adding standard periodic kernel
2015-08-13 12:11:33 +01:00
James Hensman
9780fb48de fixing qualtile code for some likelhoods 2015-08-13 12:07:01 +01:00
James Hensman
2af47f1d31 Merge branch 'devel' of github.com:/sheffieldml/GPy into devel 2015-08-13 10:04:15 +01:00
James Hensman
c8b54ff887 fixed a plotting bug 2015-08-13 10:04:06 +01:00
Zhenwen Dai
aa54042b10 change the default name of sparse_gp_mpi class 2015-08-13 10:00:05 +01:00
James Hensman
90df33af50 tidied model_tests 2015-08-13 09:27:03 +01:00
James Hensman
affd538687 removed randomness from inference tests by setting np.seed 2015-08-13 09:10:16 +01:00
James Hensman
0883c2e556 caught warnings in misc_tests 2015-08-13 08:54:56 +01:00
James Hensman
a344155827 fixed relative import in spline 2015-08-13 08:41:54 +01:00
James Hensman
dbbf4a2e69 fixed conflict in plotting 2015-08-12 16:04:58 +01:00
James Hensman
a07eea143e Merge branch 'tjhgit-devel' into devel 2015-08-12 16:01:37 +01:00
James Hensman
94d5a0042c merging. conflict in relative import styles 2015-08-12 16:00:48 +01:00
James Hensman
f8376765c6 fixed strange bug. In python 3, numbers startin 0 are octal. 2015-08-12 15:19:04 +01:00
mikecroucher
ec163a3134 Merge pull request #212 from mikecroucher/devel
Python 3 fixes
2015-08-12 14:47:28 +01:00
James Hensman
10c19d853f fixed SVGP tests 2015-08-12 14:13:06 +01:00
Zhenwen Dai
6bff33e30c rbf psi-statistics speed improvement 2015-08-12 13:51:43 +01:00
Mike Croucher
dd059502ac Python 3 fixes 2015-08-12 08:37:13 +01:00
Zhenwen Dai
28c03148ec bug fix: the name of parameterable object is not removed when unlinking 2015-08-11 18:16:48 +01:00
Zhenwen Dai
9217438d90 allow Y to be uncertain 2015-08-07 13:37:47 +01:00
Zhenwen Dai
34a1b8cf8e The bug fix for the cblas.h problem in Mac os x 2015-08-04 18:12:49 +01:00
mzwiessele
d6defa6645 Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2015-07-29 10:48:27 +02:00
mzwiessele
fca2440943 [bgplvm] technical new stuff 2015-07-29 10:48:05 +02:00
Fariba
fc0e8f3e7e merge the changes 2015-07-27 17:42:01 +01:00
Fariba
e785668417 changes 2015-07-27 17:30:24 +01:00
Zhenwen Dai
54e9a4f6ff fix DGPLVM prior 2015-07-27 17:28:05 +01:00
Zhenwen Dai
1a141d9ce5 improve the documentation of infer_newX 2015-07-27 12:51:03 +01:00
Alan Saul
ce3681a566 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-07-22 18:37:17 +01:00
Alan Saul
42a415e299 Fixed model test 2015-07-22 18:37:12 +01:00
Alan Saul
926b53bfce Changed quantile computation via sampling and added fallback for predictive mean and variance if conditional mean and variance are not implemented yet 2015-07-22 18:33:11 +01:00
Alan Saul
af20bed747 Passing metadata 2015-07-22 18:32:12 +01:00
Neil Lawrence
7c8176e5fd Change crescent data to optimize with .optimize() 2015-07-19 11:27:16 +02:00
Alan Saul
8fbfb915b0 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-07-18 14:14:37 +01:00
James Hensman
efa65c864e generalized the variatinoal Gaussian approximatino revisited code for any likelihood 2015-07-16 15:36:17 +01:00
Alexander Grigorievskiy
acc15e59d2 TEST: Making test for the Standard Periodic Kernel similar to other kernel tests. 2015-07-15 13:06:27 +03:00
Alexander Grigorievskiy
0e2f235fc5 TEST: Adding test for periodic kernel 2015-07-15 10:56:27 +03:00
Alexander Grigorievskiy
7a0b3946e4 ENH: Adding standard periodic kernel
The standard periodic kernel is the one which is mentioned
in the Rasmussen and Williams book about Gaussian Processes.
2015-07-15 10:56:27 +03:00
Alan Saul
d3b53eabda Cache some values 2015-07-14 14:38:17 +01:00
mzwiessele
4ca4916cc0 Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2015-06-29 10:19:43 +02:00
mzwiessele
f46b23d16f [inference] minibatch inference needed polishing 2015-06-29 10:19:36 +02:00
mzwiessele
61ef9912cb [plotting] parameterized.values 2015-06-29 10:18:37 +02:00