Commit graph

4405 commits

Author SHA1 Message Date
Mike Croucher
fb444d8933 Used scipy.log1p since it gives more consistent results cross-platform 2015-09-07 16:23:10 +01:00
Mike Croucher
b837525baa Fixed typos 2015-09-07 16:22:42 +01:00
Mike Croucher
ec7334846c Python 3 fixes 2015-09-07 15:18:45 +01:00
Max Zwiessele
2f0d3b5dcd git pushMerge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-09-07 14:11:06 +01:00
Max Zwiessele
78257d2314 [predict] using gp predict in sparse gp and predictive variable 2015-09-07 14:11:01 +01:00
Max Zwiessele
63e1fa05e4 [mean func] added in GPRegression 2015-09-07 14:10:36 +01:00
Max Zwiessele
6f29c4646c [coverage] tests for coverage increase 2015-09-07 14:09:55 +01:00
Mike Croucher
f119c7ee5f Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2015-09-07 14:07:44 +01:00
Mike Croucher
c47c63b408 Python 3 fixes 2015-09-07 14:07:09 +01:00
Zhenwen Dai
6f881607d8 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-09-07 14:05:03 +01:00
Zhenwen Dai
e6b1482d21 speed tuning for mlp kernel and gauss qudrature for psi-statistics 2015-09-07 14:04:57 +01:00
Alan Saul
a156cc5dc9 Allowed gpyified var gauss 2015-09-07 14:00:04 +01:00
Mike Croucher
d904045663 Fixes Cython compilation on Mac OS X 2015-09-07 13:38:11 +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
e906da0309 new implementation for mlp kernel (speed improvemd) 2015-09-07 00:01:04 +01:00
Zhenwen Dai
368f975aa9 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-09-04 18:26:15 +01:00
Zhenwen Dai
23af82f851 unify the interface of psicomp, but the psi2n of linear kernel and gaussian qradrature still needs to be done. 2015-09-04 18:26:07 +01:00
mikecroucher
61162e15fa Merge pull request #227 from Dapid/clean_imports
Clean some imports
2015-09-04 18:18:01 +01:00
Zhenwen Dai
7335d4e62e Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-09-04 17:27:34 +01:00
Zhenwen Dai
9145a87ee8 allow cache supporting boolean and integers 2015-09-04 17:27:22 +01:00
Max Zwiessele
87ee4ae548 [MRD] fixed mrd for new structure 2015-09-04 16:43:26 +01:00
Max Zwiessele
41cc9c62f5 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-09-04 16:24:50 +01:00
Max Zwiessele
385427fa9b [empty space] literally : ) 2015-09-04 16:24:42 +01:00
Max Zwiessele
8d61fe632b [pickling] pickle error 2015-09-04 16:23:48 +01:00
Max Zwiessele
55d714f78c Revert "[core] visited as propery"
This reverts commit a4ce1d473c.
2015-09-04 16:21:57 +01:00
Max Zwiessele
f1e040123f Revert "[caching] different error"
This reverts commit f7087ebc90.
2015-09-04 16:09:18 +01:00
Max Zwiessele
f7087ebc90 [caching] different error 2015-09-04 16:07:59 +01:00
Max Zwiessele
a4ce1d473c [core] visited as propery 2015-09-04 16:05:23 +01:00
Max Zwiessele
a980c201a9 [setxy] always run the update after updating X and Y 2015-09-04 16:01:44 +01:00
James Hensman
d7655e4407 [psi2n] Liner psi2 statistics now implemented for separate n 2015-09-04 15:29:20 +01:00
James Hensman
56acbf4e0a slightly improved computation for var_Gauss method 2015-09-04 15:11:50 +01:00
Max Zwiessele
d28483807d [psi2n] added psi2n for static kernels 2015-09-04 13:52:31 +01:00
David Menéndez Hurtado
6916c48b14 Cleanup unused imports 2015-09-04 14:43:34 +02:00
Max Zwiessele
8fa5b67089 [spgp minibatch] linear calls the right psicomps and add kernel 2015-09-04 13:30:15 +01:00
Max Zwiessele
bf3c579cc6 [coverage] script to create coverage output html 2015-09-04 13:29:27 +01:00
Max Zwiessele
e766eb6de9 [coverage] test predict sparse gp 2015-09-04 13:28:59 +01:00
Max Zwiessele
eddebd2ad9 [coverage] added normalizer tests 2015-09-04 13:28:22 +01:00
Zhenwen Dai
296e4b078d Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-09-04 12:33:49 +01:00
Zhenwen Dai
901628a30c fall back to the old psicomp interfacegit status! 2015-09-04 12:33:38 +01:00
Zhenwen Dai
018c20400d add psi-statistics test 2015-09-04 12:17:59 +01:00
Max Zwiessele
95b7dc0db3 [psi2] NxMxM fixes for the add kernel 2015-09-04 11:13:41 +01:00
Max Zwiessele
79dd821424 [mrd] fixes for updates on psi2 2015-09-04 11:07:39 +01:00
Max Zwiessele
00f514b451 [spgp] minibatch testing 2015-09-04 10:38:17 +01:00
Max Zwiessele
9ddec5bc70 [merge] for spgp minibatch and psi NxMxM 2015-09-04 10:37:29 +01:00
Max Zwiessele
cb024f0bf8 [spgp minibatch] added new routine for psi NxMxM, much faster, little bigger mem footbprint 2015-09-04 10:33:32 +01:00
mikecroucher
e8836a18db Merge pull request #224 from Dapid/fix_print
Fix print statement
2015-09-03 23:13:18 +01:00
Ricardo
04b6747e3b Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-09-03 17:30:40 +01:00
Ricardo
6e76a96d77 errorbars fixed 2015-09-03 17:30:16 +01:00
Ricardo
1e45a7cddd gperrors color as parameter 2015-09-03 17:29:39 +01:00