Commit graph

403 commits

Author SHA1 Message Date
Mike Croucher
34103ca37c Commented out weave functions for Py3 support 2015-03-01 10:18:27 +00:00
Mike Croucher
e0d0f2e633 from functools import reduce for Py3 compat 2015-02-28 18:59:14 +00:00
Mike Croucher
dce76d3226 Fix weave import for Py3 2015-02-27 18:53:10 +00:00
Mike Croucher
7353fd5575 More import fixes for Py3 2015-02-27 18:49:28 +00:00
Mike Croucher
19e9c9e735 Import fixes for Py3 2015-02-27 17:55:58 +00:00
Mike Croucher
f961520c42 Exception fixes for Python 3 compat 2015-02-26 13:38:13 +00:00
Mike Croucher
2a43324428 Convert print to function for Python 3 compatibility. 2015-02-26 08:52:24 +00:00
James Hensman
f1da8c0fec Merge branch 'devel' of github.com:/sheffieldml/GPy into devel 2015-02-25 16:10:38 +00:00
javiergonzalezh
b49228d1d0 minor error in corregionalization corrected 2015-02-23 15:02:50 +00:00
James Hensman
7920ff0b4d Merge branch 'devel' of github.com:/sheffieldml/GPy into devel 2015-02-11 11:49:59 +00:00
James Hensman
482bd1472c reconfigured svgp inference a little 2015-02-11 11:49:45 +00:00
James Hensman
06d7e690f3 minor weave/numpy bug in coregionalize 2015-02-10 15:54:59 +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
d6a56a6f0b changed operator.mul to np.multiply for consistency 2015-02-09 09:35:32 +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
Cristian Guarnizo
88f69312eb Create eq_ode2.py
Added ODE2 kernel for latent force models.
2015-01-19 11:27:07 -05:00
Zhenwen Dai
1da44d9d5c implement update_gradients_diag for MLP kernel 2014-12-04 14:22:58 +00:00
Max Zwiessele
45ede97d85 [stationary] lengthscales will be scaled by variance now 2014-11-28 10:10:52 +00:00
Max Zwiessele
187f85c239 [huge merge] the second 2014-11-21 16:42:01 +00:00
Max Zwiessele
180650ec85 [huge merge] trying to merge old master and master 2014-11-21 16:17:03 +00:00
Zhenwen Dai
6ed91ce102 linear kernel speed up 2014-11-20 17:38:19 +00:00
Zhenwen Dai
11f872db33 performance improvement for sslinear kernel 2014-11-20 14:52:49 +00:00
Zhenwen Dai
7f7b0da7b9 spike and slab binary variable numerical enhancement 2014-11-12 20:19:56 +00:00
Zhenwen Dai
22d30d9d39 new ssrbf implementation 2014-11-10 16:24:24 +00:00
James Hensman
669a2f0cef remove dead hierachical code 2014-11-04 17:55:55 +00:00
James Hensman
304db40f5b improved kernel plotting 2014-11-03 14:03:37 +00:00
James Hensman
85ed44c9da omp for dX 2014-10-29 20:28:23 +00:00
James Hensman
f6f36234c6 indexing bugfix in weave 2014-10-22 16:43:30 +01:00
Max Zwiessele
ac224c0dbd [kernel slicing] active_dims can be a single integer now 2014-10-17 17:31:47 +01:00
James Hensman
e12329c626 weave ObsArray bugfix 2014-10-17 11:18:31 +01:00
James Hensman
3b2d16a0e2 docstrings 2014-10-16 14:02:02 +01:00
Max Zwiessele
3358d06e42 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2014-10-16 12:43:19 +01:00
Max Zwiessele
4f89c25321 [cacher] now taking over the attributes from cached functions, such as docstring 2014-10-16 12:41:02 +01:00
Neil Lawrence
082ae150de Attempt to align numbers to right 2014-10-16 04:29:06 +01:00
James Hensman
f9a16059e4 weaved some slow functions in the stationary class. We now fall back (and latch) to numpy if weave fails 2014-10-16 01:28:41 +01:00
Max Zwiessele
c128c6f948 [kern psi2] added flag for returning psi2 in N, not used yet, see #139 2014-10-10 11:06:21 +01:00
Max Zwiessele
fa7807ee6f [missing data] general implementation for subsetting data 2014-10-08 12:03:51 +01:00
Max Zwiessele
6a260409fa [param_to_array] deprecated and removed param_to_array from code, use param.values instead 2014-10-06 08:59:24 +01: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
Zhenwen Dai
afbb8ab253 bug fix for extending prod kernel 2014-09-24 15:08:02 +01:00
Zhenwen Dai
6823a1df2e extend prod kernel for handling more than 2 kernels 2014-09-24 13:45:39 +01:00
Max Zwiessele
bccd8e094a [updates] merged update structure 2014-09-22 09:29:48 +01:00
Max Zwiessele
ef05f49b8b [updates] updated update structure immensely 2014-09-22 09:26:01 +01:00
James Hensman
803c345d44 docstring for ExpQuad (thanks Mike O. ) 2014-09-17 11:12:38 +01:00
James Hensman
ff63617286 for loop speedup in grdients X 2014-09-16 13:20:38 +01:00
Zhenwen Dai
049b58c729 Remove the dependency on matplotlib 2014-09-12 11:51:51 +01:00
Ricardo
71b435b2ab Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2014-09-09 10:52:26 +01:00