Max Zwiessele
|
a3287c38ea
|
Merge branch 'params' of github.com:SheffieldML/GPy into params
|
2014-03-18 16:30:49 +00:00 |
|
Max Zwiessele
|
24b43c490c
|
fixes now hierarchical, maybe need to be restructured as lookup from constraints
|
2014-03-18 16:30:46 +00:00 |
|
James Hensman
|
a2592cfc1d
|
Merge branch 'params' of github.com:SheffieldML/GPy into params
|
2014-03-18 16:12:19 +00:00 |
|
Max Zwiessele
|
79ba989b31
|
Merge branch 'params' of github.com:SheffieldML/GPy into params
Conflicts:
GPy/likelihoods/gaussian.py
|
2014-03-18 15:49:10 +00:00 |
|
Zhenwen Dai
|
5acb66cf78
|
bug fix w.r.t. var_dtc.py
|
2014-03-18 12:35:28 +00:00 |
|
James Hensman
|
02872b66bd
|
merged
|
2014-03-18 12:32:03 +00:00 |
|
James Hensman
|
9680a139d4
|
changed the way the Gaussian likelihood interfaces, to enable mixed_noise things
|
2014-03-18 12:28:46 +00:00 |
|
Ricardo
|
9e64f116d8
|
Merge branch 'params' of github.com:SheffieldML/GPy into params
Conflicts:
GPy/inference/latent_function_inference/var_dtc.py
|
2014-03-17 19:05:37 +00:00 |
|
Ricardo
|
9cda9f9914
|
New model SparseGPCoregionalizedRegression
|
2014-03-17 19:01:16 +00:00 |
|
Ricardo
|
d506604c58
|
minor changes
|
2014-03-17 19:00:35 +00:00 |
|
Ricardo
|
385ce7d344
|
Changes to allow mixed noise likelihoods
|
2014-03-17 19:00:16 +00:00 |
|
Ricardo
|
bea74ac523
|
new function added
|
2014-03-17 18:59:37 +00:00 |
|
Ricardo
|
15901a48d4
|
Changes to allow compatibility with mixed noise likelihoods
|
2014-03-17 18:58:31 +00:00 |
|
Ricardo
|
7fdecf5e31
|
bug fixed
|
2014-03-17 18:57:58 +00:00 |
|
Ricardo
|
fe82678d80
|
Changes to allow heteroscedastic inference
|
2014-03-17 18:57:34 +00:00 |
|
Max Zwiessele
|
64f44cf179
|
ObservableArray -> ObsAr, because of pickling and ndarray printing
|
2014-03-17 17:10:06 +00:00 |
|
Max Zwiessele
|
3b42bd4def
|
merge conflict
|
2014-03-17 17:03:36 +00:00 |
|
Max Zwiessele
|
2ce3a93b3f
|
pickling working for array-likes, but observers not yet connected back
|
2014-03-17 16:55:21 +00:00 |
|
James Hensman
|
caf1dc2609
|
dL_dthetaL in missing data vardtc
|
2014-03-17 16:38:04 +00:00 |
|
Max Zwiessele
|
19dc7cecf4
|
slicing finished with independent outputs
|
2014-03-17 16:22:16 +00:00 |
|
Zhenwen Dai
|
f2d5ee42eb
|
fix the bug regarding to the change of the name dL_dthetaL
|
2014-03-17 16:09:25 +00:00 |
|
Max Zwiessele
|
62d594d977
|
slicing now returns the right shape, when computing derivative wrt X or Z
|
2014-03-17 15:43:09 +00:00 |
|
Ricardo
|
d4735e54c8
|
minor changes
|
2014-03-17 10:34:08 +00:00 |
|
Ricardo
|
4692880cef
|
parameter missin in dL_dthetaL added
|
2014-03-17 10:33:58 +00:00 |
|
Ricardo
|
607ed98e51
|
Merge branch 'params' of github.com:SheffieldML/GPy into params
|
2014-03-17 10:30:55 +00:00 |
|
Ricardo
|
bb6f937881
|
Changes for compatiblity with changes in likelihood
|
2014-03-17 10:30:18 +00:00 |
|
Ricardo
|
8d98652e8b
|
Re-definition of the week
|
2014-03-17 10:29:25 +00:00 |
|
Ricardo
|
f5a5d4b25e
|
Re-definition of the week
|
2014-03-17 10:29:04 +00:00 |
|
Ricardo
|
d4476b76c5
|
Changes in likelihood definition
|
2014-03-17 10:28:24 +00:00 |
|
Ricardo
|
bb7c26b416
|
Y_metadata definition changed
|
2014-03-17 10:27:53 +00:00 |
|
Ricardo
|
7ac0689156
|
Changes in kernel parameters definition
|
2014-03-17 10:27:10 +00:00 |
|
Alan Saul
|
bfa18ef662
|
Fixed Y_metadata bug
|
2014-03-14 15:34:00 +00:00 |
|
Alan Saul
|
40a0d6d358
|
Merge branch 'params' of github.com:SheffieldML/GPy into params
|
2014-03-14 15:24:01 +00:00 |
|
Alan Saul
|
4757265b24
|
Added a hack fix as suggested by max, zeroing any negative values (should really be numerically negative values on diagonal)
|
2014-03-14 15:23:32 +00:00 |
|
James Hensman
|
a12bdafad7
|
added jitter to fitc
|
2014-03-14 14:28:34 +00:00 |
|
Alan Saul
|
a56928e11a
|
Merge branch 'params' of github.com:SheffieldML/GPy into params
|
2014-03-14 13:19:50 +00:00 |
|
Alan Saul
|
7cd75ccbf5
|
Stablised other quadrature (should speed things up also), added sampling ability to poisson
|
2014-03-14 12:52:52 +00:00 |
|
Alan Saul
|
169fd9b8d4
|
Stablised exp link_function and quadrature variances
|
2014-03-14 12:42:36 +00:00 |
|
Max Zwiessele
|
f88b4c92e8
|
Merge branch 'params' of github.com:SheffieldML/GPy into params
|
2014-03-14 12:33:31 +00:00 |
|
Max Zwiessele
|
0f0a0dae0a
|
mrd gradients
|
2014-03-14 12:33:26 +00:00 |
|
Max Zwiessele
|
d02f212612
|
independent output kernel gradients x
|
2014-03-14 12:32:47 +00:00 |
|
Max Zwiessele
|
3e93579e3d
|
prior domain check
|
2014-03-14 12:32:08 +00:00 |
|
Max Zwiessele
|
a800f4b7ed
|
prior tests renewed
|
2014-03-14 12:31:28 +00:00 |
|
James Hensman
|
da2cceba87
|
plotting now seems to work for Bernouilli
|
2014-03-14 12:19:25 +00:00 |
|
James Hensman
|
a05232af24
|
Merge branch 'params' of github.com:SheffieldML/GPy into params
|
2014-03-14 11:47:47 +00:00 |
|
James Hensman
|
77d08a7d6f
|
fixes to EP
|
2014-03-14 11:47:23 +00:00 |
|
Max Zwiessele
|
2ec2eb84ce
|
fixes fixed and test updates
|
2014-03-14 11:45:58 +00:00 |
|
Max Zwiessele
|
11ca793d1f
|
fixes fixed and test updates
|
2014-03-14 11:45:28 +00:00 |
|
Max Zwiessele
|
16bd44eb35
|
changes due to tests in parameterization
|
2014-03-14 11:32:38 +00:00 |
|
Max Zwiessele
|
3e5e3a099e
|
checkgrad is zero test
|
2014-03-14 11:32:08 +00:00 |
|