Commit graph

144 commits

Author SHA1 Message Date
Nicolò Fusi
c43904c3bf untabified priors.py 2013-01-27 18:12:29 +00:00
Nicolas
c0f6b73c0a Merge branch 'periodic' 2013-01-25 14:34:18 +00:00
Ricardo
4304c1dbe2 Missing scale and location arguments. 2013-01-24 16:55:15 +00:00
Ricardo
d286ffe633 Golden serach and Simpson's rule explained. 2013-01-23 22:54:04 +00:00
Ricardo Andrade
8c3aa5b64d test 2013-01-23 17:02:28 +00:00
Ricardo Andrade
54c4d6df14 Deleted line 2013-01-23 16:53:27 +00:00
Ricardo Andrade
b2bc978767 TODO added 2013-01-23 16:12:04 +00:00
Ricardo Andrade
bc735cbba2 Merge remote-tracking branch 'rick70x7/master' 2013-01-23 13:55:36 +00:00
Neil Lawrence
4dea5c45fb __init__.py for Examples directory (see comments in code). 2013-01-23 13:04:20 +00:00
Neil Lawrence
163f12ac47 __init__.py for Examples directory (see comments in code). 2013-01-23 13:02:21 +00:00
Ricardo Andrade
f949e4a2c8 Poisson and Gaussian likelihood. 2013-01-23 11:25:41 +00:00
Ricardo Andrade
82d5479438 Poisson likelihood. 2013-01-23 11:22:20 +00:00
Nicolas
b66eab22fb few bugs fixed in periodic kernels 2013-01-21 18:03:24 +00:00
Nicolas
8d98e09b9e added some more files for periodic kernels 2013-01-21 13:31:27 +00:00
Nicolas
20cc336a7a added periodic kernels 2013-01-21 13:29:25 +00:00
Nicolas
eedf1f99d1 added some documentation and example files 2013-01-21 12:16:55 +00:00
Nicolas
b2237b93e6 Merge branch 'master' of github.com:SheffieldML/GPy 2013-01-18 18:15:52 +00:00
Nicolas
e8383c2d71 restored examples folder 2013-01-18 18:15:36 +00:00
Alan Saul
16995f7690 Merge branch 'master' of github.com:SheffieldML/GPy 2013-01-18 18:10:12 +00:00
Nicolas
5611e54d27 Merge branch 'master' of github.com:SheffieldML/GPy 2013-01-18 17:55:48 +00:00
Nicolas
fddbaeac77 delete unnecessary rbf_ARD.py 2013-01-18 17:55:39 +00:00
James Hensman
b52c826387 merged trivial conflict 2013-01-18 17:49:50 +00:00
James Hensman
6d98a23077 fixed optimize_restarts 2013-01-18 17:48:33 +00:00
Alan Saul
6d1b93faf3 Merge branch 'master' of github.com:SheffieldML/GPy 2013-01-18 17:44:31 +00:00
Alan Saul
3cac7c5094 Updated index.rst 2013-01-18 17:44:25 +00:00
Nicolas
9201bb8a89 Merge branch 'master' of github.com:SheffieldML/GPy 2013-01-18 17:43:41 +00:00
Nicolas
a76c53e699 bug fixed in example (in regression.py) 2013-01-18 17:43:32 +00:00
Neil Lawrence
3045ee72c8 Added unsupervised.py examples file and datasets.py@ 2013-01-18 16:38:41 +00:00
Nicolas
fd585d46b5 Merge branch 'master' of github.com:SheffieldML/GPy 2013-01-18 16:14:28 +00:00
Nicolas
ffd05027cb More tests in unit_tests 2013-01-18 16:14:13 +00:00
Alan Saul
49530b07ee Adding fake kernel to test docs 2013-01-18 16:06:42 +00:00
Nicolas
69743be33e last ARD flag changes to kernels 2013-01-18 16:03:20 +00:00
Nicolas
8571103530 Merge branch 'master' of github.com:SheffieldML/GPy 2013-01-18 15:34:13 +00:00
Nicolas
0c30048e57 More ARD flags in exponential and Matern32 2013-01-18 15:34:06 +00:00
Neil Lawrence
99034d0fb0 Mods to regression.py now that we have get to get parameters. Moved Youter to YYT. 2013-01-18 15:31:20 +00:00
Nicolas
11d088cf90 added ARD flag to exponential 2013-01-18 15:14:23 +00:00
Nicolas
17ec4d6275 change in unit_test to take into account the ARD changes in rbf 2013-01-18 14:33:52 +00:00
Nicolas
eb86182f7d solved conflicts for rbf kernel 2013-01-18 14:23:57 +00:00
Nicolas
68d7e23648 rbf kernel now has an ARD flag 2013-01-18 13:58:41 +00:00
Neil Lawrence
b43db3f8da Modified log_like_gradients to make it _log_like_gradients and moved extract_gradient to _log_like_gradients_transformed. 2013-01-18 13:47:37 +00:00
Neil Lawrence
333d8d3e5f Fix error introduced into GP_regression when doing name changes. 2013-01-18 13:39:51 +00:00
Neil Lawrence
1674bc529b expand_param and extract_param replaced with set_params_transformed and get_params_transformed 2013-01-18 13:37:17 +00:00
Neil Lawrence
3c700dfa50 Changed get_param and set_param to _get_params and _set_params 2013-01-18 12:31:37 +00:00
James Hensman
688d6ac7a5 fixed up dK_dX in the exponential and Matern kerns 2013-01-16 11:25:54 +00:00
Nicolo Fusi
3f6d334704 pretty printing of gradchecks 2013-01-11 13:06:02 +00:00
Nicolo Fusi
3f01cbdbcc removed ticks and checkmarks from checkgrad() output, coloring param name instead 2013-01-11 12:05:53 +00:00
Nicolo Fusi
7a69b4c2a2 removed unused posix import 2013-01-10 16:35:52 +00:00
Nicolo Fusi
6e35c96909 Merge branch 'master' of github.com:SheffieldML/GPy 2013-01-10 16:35:30 +00:00
James Hensman
8d3fa46089 Fixed a NF induced bug in the guts of GPy 2013-01-10 16:24:58 +00:00
Nicolo Fusi
820cf11924 Merge branch 'master' of github.com:SheffieldML/GPy 2013-01-10 11:58:40 +00:00