Commit graph

2575 commits

Author SHA1 Message Date
James Hensman
7a3d13894f reverting the fixing behaviour.
two reasons: 1) the new behaviour is confusing for new users. Either
something is fixed, or it's not. 2) the fixing didn't work! things that
should have been fixed were passed to the optimizer for optimization.

If we really want to save keystrokes, consider this:

m.foo.fix()
m.foo.unfix()
m.foo.constrain_positive()

is the same as

m.foo.fix()
m.foo.constrain_positive()

but the latter throws a warning.
2014-05-29 10:24:20 +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
Max Zwiessele
01d6b91f90 [mrd] missing data implemented, and plotting better 2014-05-16 15:12:19 +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
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
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
Ricardo
a03d037736 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2014-05-15 14:11:20 +01:00
Ricardo
bd7a80dde5 flags added 2014-05-15 14:11:11 +01:00
Ricardo
75d5209b98 minor changes 2014-05-15 14:10:24 +01:00
Max Zwiessele
dfdb1c24e6 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2014-05-15 14:06:04 +01:00
Max Zwiessele
58a05f37b7 [latentfunctioninference] superclass LatentFunctionInference added, which contains a call just before and just after optimization 2014-05-15 14:06:00 +01:00
Zhenwen Dai
3ee2dc920c a little merge 2014-05-15 12:17:21 +01:00
Max Zwiessele
02b5ee1e46 [parameterized] restructered a lot and finalized some stuff 2014-05-15 11:29:20 +01:00
Max Zwiessele
78ae67bd47 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2014-05-15 10:06:33 +01:00
mzwiessele
73f23c0a0d [caching] renaming of helper methods to make intention clear 2014-05-14 13:39:48 +01:00
Neil Lawrence
c291d5b2ad Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2014-05-14 12:15:46 +01:00
mzwiessele
f26aa7da7d Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2014-05-14 11:38:03 +01:00
mzwiessele
5b8bd88acf [indexing&memory] in memory view more efficient, catching some indexing errors 2014-05-14 11:38:00 +01:00
Neil Lawrence
7293f4ca52 Add Drosophila data. 2014-05-14 11:25:07 +01:00
mu
9171909724 merge mu's changes into devel 2014-05-14 11:19:18 +01:00
James Hensman
621de63fc8 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2014-05-14 10:05:03 +01:00
James Hensman
ec70fef780 minor edit in scg, raise notimplemented dL_dX in hierarchical 2014-05-14 10:04:58 +01:00
mzwiessele
8d6eed6010 [param] hierarchy traversal easier now 2014-05-14 08:53:56 +01:00
Neil Lawrence
cff37293d9 Fixing fruitfly_tomancak data load. 2014-05-13 17:20:57 +01:00
Neil Lawrence
62920c2811 Made openmp switch in only dependent on potion in rbf.py and linear.py 2014-05-13 17:08:51 +01:00
Neil Lawrence
afc74b02ce Sod1 Download 2014-05-13 17:02:24 +01:00
Neil Lawrence
2953e6b73b Add ordinal and attempt to fix downloads 2014-05-13 17:00:02 +01:00
Neil Lawrence
9c23a795ef Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2014-05-13 16:58:15 +01:00
mzwiessele
442bc3f581 [paramcore] fix for traversal 2014-05-13 14:20:59 +01:00
mzwiessele
851e63476c [pydot] build pydot with new observer list 2014-05-13 12:53:42 +01:00
Neil Lawrence
e9b4e3c770 Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2014-05-13 12:17:46 +01:00
Neil Lawrence
db644408ea Add ordinal and attempt to fix downloads 2014-05-13 12:17:42 +01:00
mzwiessele
f110bbd4c8 [bgplvm] init lengthscale as 0./var 2014-05-13 09:34:05 +01:00
mzwiessele
8ff4a42d1a [param_array] doc 2014-05-13 09:32:58 +01:00
mzwiessele
53ff580a6e [stick] bgplvm example now working 2014-05-13 09:03:57 +01:00
mzwiessele
4b1577178c [init] now returns normalized values 2014-05-13 08:50:29 +01:00