Commit graph

1594 commits

Author SHA1 Message Date
Max Zwiessele
738f6a5928 subclassing ndarray almost functional 2013-10-04 10:59:11 +01:00
Max Zwiessele
2ced667193 parameters ndarray, stuck at using strides for transformations 2013-10-03 12:30:36 +01:00
Max Zwiessele
645aa0f420 transformations are singletons now, weak refs for memory managment 2013-10-03 11:58:39 +01:00
Max Zwiessele
97787152e9 almost there with array inheriting 2013-10-03 11:58:09 +01:00
Max Zwiessele
1a8c27d23b with subclassing ndarray, current_slice problems not solved... 2013-10-02 19:18:23 +01:00
Max Zwiessele
36e60362da Without inheriting from numpy.ndarray. ndarray functionality missing 2013-10-02 19:15:24 +01:00
Max Zwiessele
3b40a47cbc NegativeLogexp Pep8ted 2013-10-02 19:14:35 +01:00
Max Zwiessele
269cc84253 index operations finalized 2013-10-02 19:13:37 +01:00
Max Zwießele
e8437f7ec3 added index_operations and deleted them from paramter 2013-10-02 12:38:07 +01:00
Max Zwiessele
9b0b63dd4d Added parameter files - Alan 2013-10-02 12:11:53 +01:00
Max Zwiessele
4e102a859b transformations singleton 2013-09-20 17:21:28 +01:00
Max Zwiessele
c2d217e72c Merge branch 'devel' into params
Conflicts:
	GPy/core/transformations.py
	GPy/kern/parts/kernpart.py
2013-09-20 17:20:46 +01:00
Max Zwiessele
e5816e39dd parameterization changes take a while 2013-09-19 14:59:43 +01:00
James McMurray
dfb00f46b4 Merge pull request #77 from jamesmcm/devel
Devel
2013-09-19 06:39:06 -07:00
James McMurray
27dff257eb Merge branch 'devel' of git://github.com/SheffieldML/GPy into devel 2013-09-19 14:37:21 +01:00
James McMurray
474ef9b247 Rebuilt documentation 2013-09-19 14:36:33 +01:00
Ricardo
99c3af63c4 Bug in prod-coreg kernels fixed, not in the most elegant way though 2013-09-18 17:57:17 +01:00
Ricardo
b47f9a1b06 disp=False in scipy optimizations 2013-09-18 16:04:49 +01:00
James McMurray
6897cf34b5 Changes to fix autodoc - need to test with ReadTheDocs still 2013-09-18 15:43:23 +01:00
Ricardo
80e149e4af function grep_model added, works like print model, but accepts regexp 2013-09-18 14:47:22 +01:00
Ricardo
7bdaa41d57 Reverting error 2013-09-18 14:45:06 +01:00
James McMurray
2e65b21e23 Fixed readme 2013-09-18 14:15:02 +01:00
James McMurray
17ba95a110 Updated readme with instructions for compiling documentation, running unit tests 2013-09-18 14:11:59 +01:00
Ricardo
2762e158fd normalize_Y is passed to core function 2013-09-17 17:44:00 +01:00
Ricardo
a1a8486bc3 Redundant code commented 2013-09-17 16:54:31 +01:00
Ricardo
299f17ee46 Samples in plot_f fixed for sparse_models 2013-09-17 16:54:12 +01:00
Ricardo
b3fe19fa0b Comments added to assertions 2013-09-17 16:53:15 +01:00
Ricardo
527922264c coreg_spars fixed 2013-09-17 14:47:32 +01:00
Ricardo
601a9f8a7b heaviside instead of heavyside 2013-09-17 14:27:51 +01:00
Ricardo
352a35522f 1 docstring line completed 2013-09-17 14:27:16 +01:00
Ricardo
6f8a1f81c4 random 2 bug neutralized... not fixed 2013-09-17 14:25:59 +01:00
Ricardo
7e4dca7e3a Heaviside transformation fixed 2013-09-16 16:55:12 +01:00
James Hensman
42589a657a Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-09-16 16:20:45 +01:00
James Hensman
f2fa9bd74d addedHeraviside functionality to EP 2013-09-16 16:20:26 +01:00
Ricardo
2a6c638707 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-09-16 15:46:26 +01:00
Ricardo
127340d17d likelihoods are now Parameterized objects 2013-09-16 15:45:23 +01:00
Ricardo
3db9d01734 change in gaussian noise to avoid confusion with Gaussian likelihood 2013-09-16 15:44:32 +01:00
James Hensman
aafce736f8 fixed bug in rat_quad for RW 2013-09-16 14:05:37 +01:00
James Hensman
d7b8352428 fixed Zsolts bug in prod.py 2013-09-16 13:37:36 +01:00
Ricardo
603aa18482 Merge branch 'devel' of github.com:SheffieldML/GPy into devel
Conflicts:
	GPy/examples/regression.py
	GPy/kern/constructors.py
	GPy/testing/kernel_tests.py
	GPy/util/multioutput.py
2013-09-16 12:32:42 +01:00
Ricardo
1931e447f4 print_all function removed, print m works as before. 2013-09-16 12:24:37 +01:00
Neil Lawrence
f2750ff8ed Other local changes. 2013-09-16 11:33:45 +01:00
Neil Lawrence
336fe164fa Other local changes. 2013-09-16 11:32:03 +01:00
Neil Lawrence
6d5d4da133 Added covariance for input dependent noise levels (hetero.py). 2013-09-16 11:31:07 +01:00
James Hensman
1fea140df8 actually changing coregionalise to coregionalize 2013-09-16 09:55:32 +01:00
Neil Lawrence
39d2748922 Renamed coregionalise to coregionalize to make it consistent with other spellings (optimize etc.) 2013-09-15 17:01:47 +01:00
Neil Lawrence
dffa9541c2 Merged conflict of model.py 2013-09-14 20:05:42 +01:00
Neil Lawrence
00d335444d Changed kern.py so that X2 is correctly passed as None to the kern parts for dK_dX. Modified several kern parts so that dK_dX is correctly computed (factors of 2 missing). Removed spurious factors of 2 from gplvm, bcgplvm, sparse_gp and fitc code. 2013-09-14 20:02:40 +01:00
Ricardo
4bb2ea9606 coregionalisation changed to coregionalization 2013-09-14 17:23:17 +01:00
Ricardo
1bc9374717 linK2_functions2 merged 2013-09-13 18:09:59 +01:00