Commit graph

4405 commits

Author SHA1 Message Date
Ricardo
e832a627c5 change input for output 2013-06-05 15:13:27 +01:00
Ricardo
8e7a71c63e seems to run now 2013-06-05 15:13:17 +01:00
Ricardo
8d07df6503 change input for output 2013-06-05 15:13:00 +01:00
James Hensman
68bf4dc436 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-05 14:52:58 +01:00
James Hensman
56a4bc4e21 an assortment of fixes 2013-06-05 14:52:37 +01:00
Ricardo
5f0a020022 new file 2013-06-05 14:42:31 +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
802d6e7792 merged regression example, corrected refactoring 2013-06-05 14:02:59 +01:00
Max Zwiessele
7238b62f4a getting examples running 2013-06-05 13:58:55 +01:00
James Hensman
d43f4c911c preferred optimiser is now scg bydefault 2013-06-05 13:58:04 +01:00
James Hensman
adb8a98cb3 fixed the multiple optima demo 2013-06-05 13:08:51 +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
Ricardo
99a517678c Correction to some tests 2013-06-05 12:35:07 +01:00
James Hensman
aef3ba72ab how did that happen? 2013-06-05 12:18:23 +01:00
James Hensman
c4bb32d103 merged an emty line... 2013-06-05 12:11:58 +01:00
James Hensman
dea4359b4e changed the behaviour of checkgrad
checkgrad usd to check the passed string (for name matching) against the
list of _get_param_names(). Then it would index along
_get_param_names_transformed()!

this led to inconsistensies when fixed or tied variables were used,
which screwed up the ordering of the variable names.

We now match against _get_param_names_transformed().
2013-06-05 12:08:33 +01:00
Nicolas
5c91155b1a Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-05 11:44:59 +01:00
Nicolas
a9d4006488 Constrain fixed now unconstrains first 2013-06-05 11:44:48 +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
Nicolas
903e66486d Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-05 11:22:55 +01:00
Nicolas
5f899ed4f4 tutorials updated to comply with changes throught the code 2013-06-05 11:22:47 +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
James Hensman
312cfebcb1 modified the regression demos r
they all seem to work now.
2013-06-05 09:10:45 +01:00
James Hensman
1c51eae954 made input_ubncertainty plotting work, modified example a little 2013-06-05 08:59:47 +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
Ricardo
d383403c8e examples corrected 2013-06-04 18:54:29 +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
9418d5508e Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-04 18:26:24 +01:00
Max Zwiessele
8bdb14b0f9 plotting behaviour adapted for BGPLVM 2013-06-04 18:26:16 +01:00
James Hensman
e53b97e09f Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-04 18:25:56 +01:00
James Hensman
a5e1985d9d plotting in the model behaves better 2013-06-04 18:25:46 +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
a32f9bf9dd Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-04 18:09: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
James Hensman
5a2722bec6 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-04 17:54:49 +01:00
James Hensman
6196ed794e fixed printing, some example 2013-06-04 17:54:36 +01:00