Commit graph

4433 commits

Author SHA1 Message Date
Neil Lawrence
0fde50f56d Changes to configuration file set up: now uses defaults.cfg, installation.cfg and searches locally for .gpy_user.cfg in the users home directory. 2014-05-28 10:25:02 +01:00
Neil Lawrence
9ea236112e Added CIFAR-10 data to data sets. 2014-05-27 16:27:27 +01:00
Neil Lawrence
e3b6d9c9c5 Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2014-05-24 15:31:50 +01:00
Neil Lawrence
de75d7dac1 New data sets 2014-05-24 15:31:42 +01:00
teodecampos
f84f3f4308 Fixed an assertion, it was checking the dimensionality of the input data matrix, rather than that of the labels. 2014-05-23 17:18:38 +01:00
mzwiessele
0252fae298 [bgplvm] do test latents updated for devel branch 2014-05-23 13:26:41 +01:00
mzwiessele
3525e45b2f [copy] is now fully functional, only hierarchy observers will be copied and pickled 2014-05-23 11:11:21 +01:00
mzwiessele
96e1e13f7e [dim_reduce examples] updated robot_wireless 2014-05-22 15:32:59 +01:00
mzwiessele
d6bf3b0d79 [dim_reduce examples] updated swiss roll 2014-05-22 15:25:26 +01:00
mzwiessele
fa750d4ba4 [dim_reduce examples] updated plotting of brendan and bgplvm_oil 2014-05-22 15:08:36 +01:00
mzwiessele
6534e6606d [tests] added some unfix fix print and gradcheck tests, it basically just behaves as a user would do with a model 2014-05-22 12:56:02 +01:00
mzwiessele
c2e3bf5bce [caching] catching key error, when individuum is already gone 2014-05-22 12:55:18 +01:00
mzwiessele
9bf7e1baf6 [optimizer&fixing] optimizer has only one optimizer copy and fixing remembers old constraint 2014-05-22 12:44:50 +01:00
mzwiessele
5a2bc4863b [optimizer] one copy for the optimizer in optimizer_array, use this instead of _set|get_params_transformed 2014-05-22 11:39:04 +01:00
Max Zwiessele
43ee8ce614 [reverts] some reverts, as one param etc does not work 2014-05-21 16:49:47 +01:00
Zhenwen Dai
b945c20004 restructure rbf kernel 2014-05-21 16:42:35 +01:00
Max Zwiessele
6b2681d849 [caching] first things first 2014-05-21 16:40:57 +01:00
Max Zwiessele
24a34aee95 [model] exactly two parameter copy in memory 2014-05-21 16:33:44 +01:00
Max Zwiessele
dc628f558a [gp] output data is a copy now 2014-05-21 16:32:44 +01:00
Max Zwiessele
156ba00719 [bgplvm&mrd] missing data greatly improved, still not there yet 2014-05-21 16:32:06 +01:00
Zhenwen Dai
04ab93a961 BayersianGPLVM mpi support 2014-05-21 12:44:24 +01:00
Alan Saul
a0d6634387 Added a numpy version of univariate gaussian, untested
and is significantly slower but may be useful soon.
2014-05-21 11:30:52 +01:00
Zhenwen Dai
52c0be1848 merge devel branch in 2014-05-21 10:38:34 +01:00
Zhenwen Dai
a2203179f6 [psi2] implement RBF cpu 2014-05-21 10:34:51 +01:00
Max Zwiessele
b520eb212c [fixing] fixing now saves the old constraint 2014-05-20 16:39:52 +01:00
Max Zwiessele
c507cfe4ab [index operations] added lookup for properties for a given index as dict <properties, subindex> for given index 2014-05-20 16:06:56 +01:00
Max Zwiessele
ef256223d1 [mrd] more control for init, some missing data adjustements, init greatly improved 2014-05-20 14:49:20 +01:00
Max Zwiessele
995de897b3 [core updates] first try to switch updates off and on. Use m.updates = False to switch updates off, and vice-versa 2014-05-20 14:48:53 +01:00
Max Zwiessele
1ebcee967a [psi-stats] add kernel was missing a psi zero call 2014-05-20 14:47:57 +01:00
Max Zwiessele
76718a8fcc [stationary] input_sensitiviy is now 1/(l**2) 2014-05-20 14:47:28 +01:00
Max Zwiessele
533e5fb744 [datasets] delete packed data in hapmap dataset 2014-05-20 14:46:29 +01:00
Max Zwiessele
99699e9e02 [vardtc missing data] can handle non broadcastable selections 2014-05-20 14:46:03 +01:00
Max Zwiessele
8c8d06c8ae [pca] colors now as iterator 2014-05-20 14:44:59 +01:00
Max Zwiessele
dfa23b77c5 [posteriot] adjusted for more then one covariance per output 2014-05-20 14:43:58 +01:00
Max Zwiessele
dafad62363 [lmv_dimselect] we need to keep a pointer to the lvm_dimselect object, as the updates are weak references: dim_select = ... 2014-05-20 14:43:18 +01:00
Zhenwen Dai
001db6b089 [mpi] enable checkgrad 2014-05-18 10:05:35 +01:00
Zhenwen Dai
e7177b6d37 [mpi] fix the bug of mpi 2014-05-17 22:18:00 +01:00
Ricardo
ba77b20a06 Bug fixed 2014-05-16 15:41:02 +01:00
Max Zwiessele
01d6b91f90 [mrd] missing data implemented, and plotting better 2014-05-16 15:12:19 +01:00
Zhenwen Dai
e6d07ad5ac fix pickle 2014-05-16 11:23:44 +01:00
Max Zwiessele
94c84a23a3 [mrd] plotting, init, inference etc. 2014-05-16 11:21:08 +01:00
Max Zwiessele
efc1f4413c [ploting] dim reduction 2014-05-16 11:20:50 +01:00
Zhenwen Dai
17b6b94db3 Logistic transformation numerical robustness 2014-05-16 10:48:18 +01:00
Zhenwen Dai
c568bad4fb bug fix for mpi SSGPLVM 2014-05-16 10:40:45 +01:00
mzwiessele
382645ff37 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2014-05-15 18:47:26 +01:00
mzwiessele
f820e3b0bf [examples] stick demo 2014-05-15 18:47:20 +01:00
Zhenwen Dai
4ec8f464e2 merge chagnes from devel 2014-05-15 18:02:33 +01:00
Zhenwen Dai
1851a821c7 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2014-05-15 17:56:16 +01:00
Zhenwen Dai
a796b7bc81 fix the bug in mocap demos 2014-05-15 17:56:07 +01:00
Ricardo
3d76664af0 EP is back. 2014-05-15 16:36:03 +01:00