Commit graph

684 commits

Author SHA1 Message Date
mzwiessele
30c6fc90ff [kernel] fix #218 and #325 2016-03-10 10:21:17 +00:00
mzwiessele
67043e83d7 [minibatch] added coverage for branching, spottet bug in X_variance 2016-03-08 11:19:50 +00:00
mzwiessele
88a9b92c80 [climin] added tests and install directions for travis 2016-03-08 10:23:05 +00:00
mzwiessele
eaf20a952e [stochastics] added optimization for a few runs 2016-03-08 10:01:07 +00:00
mzwiessele
e4a4344334 [stochastics] update for new stochastic iptimizers in gpy 2016-03-08 09:47:24 +00:00
mzwiessele
7d2ffcde20 Merge branch 'devel' into minibatch 2016-03-07 13:42:24 +00:00
mzwiessele
b0347c5108 [sparsegplvm] added sparsegplvm and tests for minibatch sparsegplvm 2016-03-07 13:39:32 +00:00
Max Zwiessele
462e23ab2b Merge pull request #321 from SheffieldML/limit=3
[chaching] changing all chacher limits to 3
2016-03-07 13:32:54 +00:00
mzwiessele
b1e073318f [chaching] changing all chacher limits to 3 2016-03-07 11:37:22 +00:00
beckdaniel
2ecd13b08d moved cubic sine from tests to examples 2016-03-07 10:46:42 +00:00
mzwiessele
42f170e6e2 [white] added heteroscedastic white kernel for specific number of samples 2016-03-07 10:30:31 +00:00
beckdaniel
76f3ff65a1 Merge branch 'devel' of https://github.com/SheffieldML/GPy into wgps_improvements
Merging new devel
2016-03-02 17:26:04 +00:00
beckdaniel
6bea908234 refactored the numeric inverse into the mother class, to test Identity and Log 2016-03-02 17:05:22 +00:00
beckdaniel
7bee3daac8 cleaning 2016-03-02 16:55:26 +00:00
beckdaniel
5534c45b0a added a rate to inverse calculation 2016-03-02 16:54:03 +00:00
Max Zwiessele
885d3722cc [mrd] plot_scales and plot_latent added 2016-03-01 10:02:02 +00:00
Max Zwiessele
01a7f85c9e [Poly] added bias and scale 2016-02-25 08:39:21 +00:00
beckdaniel
91e625a9bd logistic seems working but more tests are needed 2016-02-24 13:27:19 +00:00
beckdaniel
b266b578cd renamed TanhWarpingFunction to TanhFunction 2016-02-24 11:29:41 +00:00
beckdaniel
9039fae29e deleted old tanh_warp and renamed warp_tanh_d to warp_tanh 2016-02-24 11:24:31 +00:00
Zhenwen Dai
00e4ac152a merge GPy upstream 2016-02-23 13:52:45 +00:00
Zhenwen Dai
bfb0ecdcb4 add test case for hmc sampler 2016-02-19 17:59:50 +00:00
Zhenwen Dai
8b279175c5 fix the issue of negative prediction variance of normal GP 2016-01-21 11:22:57 +00:00
beckdaniel
24e9d68a19 stuff 2016-01-14 15:28:48 +00:00
Max Zwiessele
0c135c775d [plotting] skipping plotting tests, as they are inconsistent across platforms 2016-01-11 16:44:56 +00:00
Max Zwiessele
b2ec4ae765 [plotting] baseline updates for 3d plotting 2016-01-11 16:44:13 +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
beckdaniel
4c843adc4c skipping the wgps Snelson's test (comment the skip line to see the plots) 2015-12-08 14:14:59 +00:00
beckdaniel
bef114eabd (wpgs) fixing newton-raphson for f_inv and fixing plotting stuff 2015-12-08 13:59:46 +00:00
mzwiessele
e80a45b363 [plotting] latent plotting had dimension mix up in it 2015-11-30 18:09:09 +00:00
mzwiessele
66d9c37f80 [plotting] latent plotting had dimension mix up in it 2015-11-30 18:08:41 +00:00
mzwiessele
51964aac39 [plotting] latent plotting had dimension mix up in it 2015-11-30 18:02:46 +00:00
mzwiessele
cb3b4ca08d [plotting] latent plotting had dimension mix up in it 2015-11-30 16:35:30 +00:00
mzwiessele
3c618c1525 [testing] testing the error messages for plotting 2015-11-30 10:49:49 +00:00
Alan Saul
ebf98328fe Merge branch 'devel' into fixing_likelihoods 2015-11-12 13:36:23 +00:00
mzwiessele
9fb42cbe2a [plotting_tests] failed, because of same name? 2015-11-07 10:59:06 +00:00
mzwiessele
0c11ba0bf8 [plotting_tests] failed, because of same name? 2015-11-07 10:46:17 +00:00
mzwiessele
97593309ef [paramz] test warning catches 2015-11-06 14:28:55 +00:00
mzwiessele
942c134ab7 [merge] devel changes to regression objects 2015-11-06 11:25:16 +00:00
mzwiessele
daa68c6445 [testing] getting rid of warnings 2015-11-06 11:09:40 +00:00
mzwiessele
a36938874b [pickling] pickling causes seg fault, wtf? 2015-11-05 11:20:42 +00:00
mzwiessele
5d605277bc Merge branch 'devel' into paramz
Conflicts:
	GPy/core/parameterization/parameter_core.py
	GPy/testing/pickle_tests.py
2015-11-02 10:11:26 +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
Alan Saul
e7c8da2cdf Added Y_metadata to moments_match_ep, and removed log-concave student-t test, and added EP test for bernoulli 2015-10-22 16:20:16 +01:00
Alan Saul
5b4abf4c34 Fixing bernoulli likelihood for Laplace, fixing Zep for EP, and starting working on quadrature limits 2015-10-19 19:29:57 +01:00
Max Zwiessele
6b6938bd11 [pickling] have the pickling test against a model, which is now being shipped with the distro 2015-10-16 15:46:13 +01:00
Max Zwiessele
b2b88ae8b8 [pickling] have the pickling test against a model, which is now being shipped with the distro 2015-10-16 15:22:34 +01:00
mzwiessele
568a38dfba [dir] structure preserved 2015-10-15 15:13:16 +01:00