Ricardo
f167940544
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-06-04 18:16:20 +01:00
Ricardo
a87dd7296c
new GP_classification model
2013-06-04 18:16:08 +01:00
Max Zwiessele
75f4e26b23
added priors behaviour as intended and issue #38 closed and fixed
2013-06-04 18:09:02 +01:00
Max Zwiessele
29790e327a
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-06-04 17:28:13 +01:00
Max Zwiessele
c4cd93cd17
MERGE
2013-06-04 17:27:59 +01:00
Neil Lawrence
b7bf712f48
Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel
...
Conflicts:
GPy/models/GPLVM.py
2013-06-04 17:23:12 +01:00
Max Zwiessele
c7ac1ed9d8
domains added and class names in priors capitalized
2013-06-04 17:21:56 +01:00
Neil Lawrence
500bd8f4b8
Neil's flailing attempts to update the flailing stick man.
2013-06-04 17:20:46 +01:00
James Hensman
edae1032c7
tests are now passing
2013-06-04 17:19:33 +01:00
James Hensman
362389781b
fixing some examples
2013-06-04 16:28:20 +01:00
James Hensman
d84ae52d41
fixed Alan's dependency nightmare.
2013-06-04 16:21:00 +01:00
Alan Saul
f403e5b0b7
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-06-04 16:05:44 +01:00
Alan Saul
1302c46ace
Broken whilst unlinking GP and sparse_GP, kern not being imported
2013-06-04 16:05:33 +01:00
Max Zwiessele
b7083513c0
mrd and bgplvm simulation examples working
2013-06-04 15:33:46 +01:00
Max Zwiessele
4eebf99bfb
REVERT a53690ab7f, flapack back substitued in
2013-05-31 12:09:11 +01:00
Max Zwiessele
df1e765507
bugfix: sparseGP.likelihood.Z not added to log_ll
2013-05-31 09:41:05 +01:00
Max Zwiessele
43cd5ad50b
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-05-30 10:37:20 +01:00
Max Zwiessele
a53690ab7f
DeprecationWarning: Substituded all (\!) flapack occ. with lapack (scipy said so)
2013-05-30 10:37:03 +01:00
James Hensman
d461f5f9bf
sparse_GP now has a separate predict function
...
GP and sparse_GP used t share a predict fumction. Since we'd like to
propagate uncertainty in predictions, sparse_GP.predict needs to accept
X_new_variance.
2013-05-29 13:22:25 +01:00
Ricardo
ba11a4525c
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-05-22 17:52:53 +01:00
Max Zwiessele
4ef29e1fea
logexp_clipped adjust & mrd error messages
2013-05-22 17:52:09 +01:00
Ricardo
cbcdf8f848
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-05-22 17:48:23 +01:00
Max Zwiessele
8f5d577bbb
bug fix (kernel copy) in mrd
2013-05-22 17:39:27 +01:00
Ricardo
3f75dae7ec
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-05-22 17:22:17 +01:00
Max Zwiessele
3e7b833d0f
merged GPLVM, used Andreas changes
2013-05-22 17:18:40 +01:00
Max Zwiessele
26d68861ca
minor changes, dimensionality reduction tests
2013-05-22 17:17:20 +01:00
Max Zwiessele
9e83d8162e
changed likelihood and kernel handling
2013-05-22 17:14:54 +01:00
Ricardo
1b253ba685
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-05-22 16:49:55 +01:00
Teo de Campos
cc370c2436
Fixed bug in BGPLVM plot
2013-05-22 16:29:54 +01:00
Andreas
bd1e98f564
Implemented plot_latents as an external function in util
2013-05-22 16:06:35 +01:00
Max Zwiessele
9a8caa70fb
mew argument in plotting routine
2013-05-22 15:25:22 +01:00
Max Zwiessele
db58239063
pickling for Bayesian_GPLVM simplified
2013-05-22 12:57:19 +01:00
Max Zwiessele
b3fe82718a
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-05-22 12:39:56 +01:00
Max Zwiessele
b7de50b5b3
plotting labels are now in order as passed in and marker can be passed with as many markers as there are labels
2013-05-22 12:38:03 +01:00
Ricardo
171a25d46d
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
...
Conflicts:
GPy/models/GP.py
2013-05-22 12:15:00 +01:00
Ricardo
f00d23fb30
plot function got broken with last commit, this fixes it.
2013-05-22 12:10:52 +01:00
James Hensman
89f32274fe
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-05-22 10:13:40 +01:00
James Hensman
5567464968
modified mrd with MZ
2013-05-22 10:13:02 +01:00
Nicolo Fusi
17a82f99bd
fixed bug in sparse GP plotting
2013-05-21 16:36:12 +01:00
James Hensman
c2b7936ebd
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-05-20 17:05:48 +01:00
James Hensman
f6b51a6656
sparse_GP can now predict (variationally) from an uncertain input
2013-05-20 17:05:36 +01:00
Ricardo
f01abb849f
Changes to MRD test
2013-05-20 16:59:35 +01:00
James Hensman
255a9bbd73
Bayesian GPLVM can now take either a likelihood or data matrix as first argument
2013-05-20 16:49:07 +01:00
James Hensman
2569240095
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-05-20 16:34:23 +01:00
Ricardo
c3ab4b7979
Allowing EP in BGPLVM and MRD
2013-05-20 16:22:43 +01:00
James Hensman
113c0e2824
added do_test_latents to BGPLVM
2013-05-20 15:36:07 +01:00
Ricardo
afcb30dfbe
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-05-20 10:13:49 +01:00
Max Zwiessele
4b1ee53f86
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-05-20 10:12:05 +01:00
Max Zwiessele
99017e5e50
last stability changes
2013-05-20 10:11:27 +01:00
James Hensman
025f31a43f
more tidying in sparse_GP
2013-05-20 09:38:08 +01:00