Commit graph

2618 commits

Author SHA1 Message Date
mzwiessele
79e0f54c53 HACK: plot_ARD is additive, should think of making it selectable through parameter handle 2014-04-28 15:13:58 +01:00
mzwiessele
debaf8315d bugfix: lineplot in visualize 2014-04-28 15:03:46 +01:00
Neil Lawrence
643f338337 Merge kernel source. 2014-04-23 12:21:05 +01:00
Neil Lawrence
fc98a975bf Added some missing files. 2014-04-23 12:19:46 +01:00
James Hensman
eca5577260 removed imports of files the are not added to the repo. 2014-04-23 11:03:57 +00:00
James Hensman
90ba9a44eb Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-04-22 23:14:21 +00:00
mzwiessele
7ea146d4a7 added documentation for parameterized objects, needs more detail and fleshing out with proper english 2014-04-22 19:40:15 +01:00
Neil Lawrence
ad5f03cf91 Part working on symbolics. Replacing data_resources.json with the correct full file (-hapmap). Don't know why we've gone for separate create file ... 2014-04-21 10:05:54 +02:00
Neil Lawrence
196732b83b Need to fix missing data in likelihoods. 2014-04-20 23:41:04 +02:00
James Hensman
661693fe99 removing Neils mid-atlantic commit because he failed to add the relevant files to the repo 2014-04-20 19:21:52 +01:00
Neil Lawrence
38f6d6a911 Merge of kern/__init__.py. 2014-04-18 18:27:00 -04:00
Neil Lawrence
ed2fa6c0bd Just had to do a check in from midlantic (showing off). 2014-04-18 18:23:25 -04:00
Ricardo
ac4103a537 new test heteroscedastic noise model 2014-04-17 15:51:47 +01:00
Ricardo
b6c4c39261 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-04-17 15:28:13 +01:00
Ricardo
10800c3c57 New file, special request. 2014-04-17 15:27:53 +01:00
mzwiessele
8abc45c4ca bugfix: mixed up global and local index in unfixing 2014-04-17 15:01:43 +01:00
Neil Lawrence
483cb7ddc0 Merge branch 'params' of https://github.com/SheffieldML/GPy into params 2014-04-17 07:05:20 -04:00
Neil Lawrence
583f3bef0a First draft of base symbolic object, compiling with symbolic mapping. 2014-04-17 07:05:16 -04: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
c17791a12c [datasets] merged hapmap dataset into params 2014-04-16 15:37:50 +01:00
Ricardo
fbec4d0d0b Merge branch 'params' of github.com:SheffieldML/GPy into params
Conflicts:
	GPy/models/gp_classification.py
	GPy/models/sparse_gp_classification.py
2014-04-16 14:59:04 +01:00
Max Zwiessele
5fb9ce9c53 bugfix: slicing was still in stationary somehow 2014-04-16 12:19:40 +01:00
Max Zwiessele
a1664f50ba [tests] added test for fixing through regular expressions 2014-04-16 11:46:47 +01:00
Max Zwiessele
df1ec5d214 bugfix: fixing through regular expression matching 2014-04-16 11:41:01 +01:00
Ricardo
2e1a75aa39 new file 2014-04-16 11:08:38 +01:00
Ricardo
b8196a5408 minor change 2014-04-16 11:08:21 +01:00
Ricardo
f88516308e EPDTC added 2014-04-16 11:07:56 +01:00
Ricardo
6587f52004 minor change 2014-04-16 11:05:34 +01:00
Ricardo
a0ebc382da changes according to new definitions 2014-04-16 11:04:44 +01:00
Ricardo
5d4e727521 changes according to new definitions 2014-04-16 11:04:16 +01:00
Ricardo
b12438c0af pseudo_EM is not available for the moment 2014-04-16 11:02:47 +01:00
Max Zwiessele
3a8a1914f2 bugfix: couldn't constrain single parameters, because of indexing of np 2014-04-16 10:24:45 +01:00
Max Zwiessele
39b68be5ed [Kern] added assertion for inputs X being matrix (ndim == 2) 2014-04-16 10:17:02 +01:00
Max Zwiessele
58097a5241 [Kern] added assertion for inputs X being matrix (ndim == 2) 2014-04-16 10:15:33 +01:00
Max Zwiessele
541aa1c8b6 bug fix: slicing was not checking dimensions 2014-04-16 10:12:02 +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
d2f73f13ec slicing .... maybe needs to be deleted 2014-04-15 16:47:34 +01:00
Max Zwiessele
333e24a1c3 enabled some more getting/setting parameters, such as regular expressions and params 2014-04-15 16:06:40 +01:00
Max Zwiessele
01c795ae10 pickle test error fixed 2014-04-15 14:26:31 +01:00
Neil Lawrence
c2d3c82944 Copy and paste observable_array from repository to try and resolve bizzare merge request. 2014-04-14 10:00:07 +01:00
Neil Lawrence
9277695a6d More changes to symbolic 2014-04-11 16:35:41 +01:00
Zhenwen Dai
9d12c83935 fix stick man example 2014-04-09 12:22:46 +01:00
Zhenwen Dai
5cfc250ad1 [SSGPLVM] add plotting class 2014-04-08 15:26:34 +01:00
Neil Lawrence
41ef7f4c72 Ongoing changes to symbolic. 2014-04-08 06:09:30 +01:00
Zhenwen Dai
01860455af [GPU] add automatic batchsize estimation 2014-04-07 11:55:46 +01:00
Zhenwen Dai
bbcba2553c [GPU] GPU version of varDTC is ready 2014-04-07 10:25:16 +01:00
Zhenwen Dai
f776db45df [GPU] psi varDTC ready 2014-04-07 10:18:03 +01:00
Neil Lawrence
9b5a1edb23 Partial changes to symbolic, including adding mapping covariance and beginning to unify code generation. 2014-04-07 10:31:13 +02:00
Zhenwen Dai
9d312ab8ff bug fix: caching.py w.r.t. ignore_args 2014-04-05 00:10:35 +01:00