Max Zwiessele
b129e6a669
merged num_data conflicts
2013-06-05 16:21:54 +01:00
Max Zwiessele
bfd99c3607
Merge kern conflicts in examples
2013-06-05 16:16:46 +01:00
James Hensman
527586a012
lots of bugfixes after refactoring
2013-06-05 16:14:43 +01:00
Max Zwiessele
0490861099
kern params adapted: Nparams > num_params and fixes of input_dim
2013-06-05 16:14:30 +01:00
Alan Saul
3fbd7e4943
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-06-05 15:41:54 +01:00
Ricardo
923d85edf1
new file
2013-06-05 15:34:29 +01:00
Alan Saul
3475b52b6c
Changed all M's for num_inducing
2013-06-05 15:29:45 +01:00
Ricardo
aac4f6a237
Fixed naming to standardized PEP8
2013-06-05 14:39:32 +01:00
Ricardo
b3eeacd956
Merged and fixed conflicts, names still need changing accordingly
2013-06-05 14:22:16 +01:00
Max Zwiessele
7040b26f41
refactoring files added
2013-06-05 14:11:49 +01:00
Ricardo
1dcbd1ee66
New FITC model and other stuff
2013-06-05 14:11:28 +01:00
Max Zwiessele
7238b62f4a
getting examples running
2013-06-05 13:58:55 +01:00
Max Zwiessele
2e5e8ac026
REFACTORING: model names, lowercase, classes uppercase
2013-06-05 13:02:03 +01:00
Ricardo
b221fbb9d4
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-06-05 12:36:45 +01:00
Ricardo
da27491f4f
Minor changes
2013-06-05 12:36:09 +01:00
Max Zwiessele
2a39440619
dim reduc plotting
2013-06-05 11:36:20 +01:00
Max Zwiessele
4b4af86e5b
merged plotting and input_dim
2013-06-05 11:34:58 +01:00
Max Zwiessele
ffb6eb414b
dimensionalityreduction plotting adjusted to new syntax
2013-06-05 11:21:02 +01:00
Alan Saul
97f3357b6d
Replaced Q by input_dim
2013-06-05 11:17:15 +01:00
Ricardo
eb5f2ff5f0
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-06-04 18:56:18 +01:00
Ricardo
2bc53d7231
New model
2013-06-04 18:55:55 +01:00
Ricardo
bdc781664a
New model
2013-06-04 18:55:39 +01:00
Ricardo
72ba86a969
new models included
2013-06-04 18:54:47 +01:00
Nicolas
c56d611936
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-06-04 18:35:44 +01:00
Nicolas
392d36964c
making examples working
2013-06-04 18:35:36 +01:00
Max Zwiessele
8bdb14b0f9
plotting behaviour adapted for BGPLVM
2013-06-04 18:26:16 +01:00
Max Zwiessele
2b0858b697
plotting behaviour adapted for BGPLVM
2013-06-04 18:25:28 +01:00
Max Zwiessele
cadf822292
plotting behaviour adapted for kern and mrd
2013-06-04 18:19:14 +01:00
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