Commit graph

107 commits

Author SHA1 Message Date
Max Zwiessele
0c180b3cd5 Merge branch 'devel' of git://github.com/vsaase/GPy into vsaase-devel 2016-04-19 08:17:29 +01:00
Max Zwiessele
f94e0bd20c [tests] show skipped 2016-04-14 08:49:16 +01:00
vsaase
7dca4218fc added precomputed kernel class 2016-04-13 21:46:07 +02:00
Max Zwiessele
77777cf2aa [kern] commented out skip tests 2016-04-08 07:38:09 +01:00
Max Zwiessele
ff9a6f9c26 [kernel] combination kernel and hierarchical independent gradient updates 2016-04-01 09:45:39 +01:00
Max Zwiessele
88789611c2 [kernel] added structural tests for ind outputs kernel, but problem with gradients persist 2016-03-31 14:31:24 +01:00
Max Zwiessele
0116b03f3c [plotting] still testing the testing 2016-03-31 14:06:23 +01:00
Max Zwiessele
2e7ad7b8d4 Merge pull request #324 from AlexGrig/std_periodic_kernel
[kern] Standard periodic kernel. Changes parameter name from 'waveleng…
2016-03-10 16:54:56 +00:00
Alexander Grigorievskiy
1c3ec5897c [kern] Standard periodic kernel. Changes paramter name from 'wavelenght' to 'period'.
This seems to be more clear. Also some minor modifications in the same file.
2016-03-10 16:33:17 +02:00
mzwiessele
30c6fc90ff [kernel] fix #218 and #325 2016-03-10 10:21:17 +00:00
mzwiessele
42f170e6e2 [white] added heteroscedastic white kernel for specific number of samples 2016-03-07 10:30:31 +00:00
Max Zwiessele
01a7f85c9e [Poly] added bias and scale 2016-02-25 08:39:21 +00:00
Zhenwen Dai
849da9d5f4 mark the kernel test for independent kernel and hierarchical kernel as expectedFailure 2015-12-09 17:32:21 +00:00
Zhenwen Dai
c0e6978054 merge with current GPy devel 2015-12-09 17:27:06 +00:00
Zhenwen Dai
ee5a562c67 fix the dL_dK symmetric issue for linear kernel and set dL_dK in the kernel test to be random. 2015-10-22 17:57:03 +01:00
Zhenwen Dai
e18de2b2c0 resolve the requirement of dL_dpsi2 to be symmetric 2015-10-22 17:09:22 +01:00
mzwiessele
568a38dfba [dir] structure preserved 2015-10-15 15:13:16 +01:00
mzwiessele
dce82847a7 [paramz] fully integrated all tests running 2015-10-15 14:59:57 +01:00
mzwiessele
7d5283314a [active dims] kernel active dims now the real active dims 2015-10-03 19:44:29 +01:00
Alan Saul
994db9f536 Fixed bias+linear and bias+rbf with psi statistics 2015-09-24 14:21:21 +01:00
Zhenwen Dai
988f71694a implement Gaussian quadrature psi-statistics for additive kernel 2015-09-24 12:25:33 +01:00
Zhenwen Dai
5608dc8c67 add ARD to MLP kernel 2015-09-10 14:27:28 +01:00
Mike Croucher
b837525baa Fixed typos 2015-09-07 16:22:42 +01:00
Mike Croucher
e7a9b53506 Automatic fallback to Numpy if Cython modules not available 2015-09-07 13:22:51 +01:00
Zhenwen Dai
276330d1d1 fix linear kernel with NxMxM psi2 2015-09-07 11:43:58 +01:00
Zhenwen Dai
018c20400d add psi-statistics test 2015-09-04 12:17:59 +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
James Hensman
1ebbc49fdd fixed coregionalize cython 2015-04-28 15:57:27 +01:00
Mike Croucher
5c653fa4b0 Fix merge conflicts 2015-04-01 13:03:48 +01:00
James Hensman
02f2bb5c76 fixed up product kernel tests 2015-03-26 11:45:18 +00:00
Mike Croucher
317706dfd0 Removed debugger set up command 2015-03-03 10:39:19 +00:00
Mike Croucher
09c93e62d0 Print fixes for Python 3 2015-02-27 19:03:45 +00:00
Mike Croucher
c6b43d91da Exception fixes for Python 3 compat 2015-02-26 14:29:40 +00:00
Daniel Beck
98c743d157 test + code change in gradients_X 2015-02-09 10:02:26 +11:00
Daniel Beck
fc8705104b a cleaner test 2015-02-09 09:41:21 +11:00
Daniel Beck
8b4274339a added decorator that changes numpy invalid op warning to exception 2015-02-09 09:28:53 +11:00
Daniel Beck
1d2cbfe44a first attempt 2015-02-06 19:39:46 +11:00
James Hensman
4fd05439fc small random perturbations in kernel tests helps with the symmetry gradcheck bug 2014-11-21 12:28:04 +00:00
Max Zwiessele
03b6b399fe [testing] seed problems 2014-11-05 16:31:46 +00:00
James Hensman
f4718edfb8 edited coregionalize implementation 2014-09-30 16:44:55 +01:00
James Hensman
9081c8ee96 optionally unweaved the coregionalize kernel
coregionalize shoudl now work without weave. Added kernel tests also.
2014-09-29 10:22:50 +01:00
James Hensman
ed754823be NonContiguos tests fixed for Kdiag_dX 2014-09-15 09:55:02 +01:00
Max Zwiessele
4543fc3480 [link|unlink_parameter] renaming add_parameter to link_parameter 2014-09-08 08:57:28 +01:00
Max Zwiessele
675d498794 [active_dims] all kernels now have int arrays as active_dims 2014-05-09 14:05:22 +01:00
Max Zwiessele
289bb762cc [combination kernel] some fixing with error messages 2014-05-09 11:14:30 +01:00
James Hensman
22501c9441 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-04-17 09:19:29 +01:00
James Hensman
4fc8d6117f removed random.seed from the base of kernel_tests.py (the tests still pass) 2014-04-17 09:19:24 +01:00
Max Zwiessele
5fb9ce9c53 bugfix: slicing was still in stationary somehow 2014-04-16 12:19:40 +01:00
Max Zwiessele
a57ca26c89 bug fix: slicing can now be turned of by passing None as active_dims 2014-04-16 09:49:35 +01:00
Max Zwiessele
89cdd1f6d9 added kernel tests again 2014-03-31 12:48:36 +01:00