Ricardo
fa035ac39e
examples corrected
2013-06-05 18:01:05 +01:00
Ricardo
c774432fee
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
...
Conflicts:
GPy/core/fitc.py
2013-06-05 16:37:57 +01:00
Ricardo
d3f84816df
FITC example added
2013-06-05 16:30:57 +01:00
Max Zwiessele
bfd99c3607
Merge kern conflicts in examples
2013-06-05 16:16:46 +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
39c242a4d5
Fixed merge conflicts, M now num_inducing
2013-06-05 15:41:48 +01:00
Alan Saul
3475b52b6c
Changed all M's for num_inducing
2013-06-05 15:29:45 +01:00
Max Zwiessele
db78b233b8
Nparams > num_params and Nparam_tranformed > num_params_transformed
2013-06-05 15:29:18 +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
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
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
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
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
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
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
d383403c8e
examples corrected
2013-06-04 18:54:29 +01:00
Nicolas
392d36964c
making examples working
2013-06-04 18:35:36 +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
James Hensman
6196ed794e
fixed printing, some example
2013-06-04 17:54:36 +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
Neil Lawrence
7e8cb2981d
Remove copies (they are now in visualize code ...).
2013-06-04 17:21:30 +01:00
Ricardo
78aedd84af
Examples changed to use new link_functions
2013-06-04 16:32:12 +01:00
Ricardo
2dfda94176
Merge branch 'devel' into link_functions
2013-06-04 16:24:13 +01:00
Ricardo
775ec15543
Link functions defined
2013-06-04 16:23:04 +01:00
Nicolas
bce4c8723c
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-06-04 15:57:47 +01:00
Nicolas
96c7810cf1
added parameters max_nb_eval_optim in regression examples
2013-06-04 15:57:37 +01:00
Max Zwiessele
9dabd32e30
scg optimizer enhancments and mrd demo fix
2013-06-04 15:57:19 +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
a53690ab7f
DeprecationWarning: Substituded all (\!) flapack occ. with lapack (scipy said so)
2013-05-30 10:37:03 +01:00
Max Zwiessele
4ef29e1fea
logexp_clipped adjust & mrd error messages
2013-05-22 17:52:09 +01:00
Max Zwiessele
8f5d577bbb
bug fix (kernel copy) in mrd
2013-05-22 17:39:27 +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
Teo de Campos
1707d0544f
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
2013-05-22 15:23:08 +01:00
Teo de Campos
94bc40f115
Minor changes to make the demo run faster
2013-05-22 15:22:37 +01:00
Max Zwiessele
26dd629181
removed logexp_clipped for now
2013-05-22 12:36:29 +01:00