Commit graph

89 commits

Author SHA1 Message Date
beckdaniel
3e27748b42 replicated the cubic sine example into warped_gp tests for code coverage 2016-04-07 17:52:59 +01:00
beckdaniel
419f2fb284 cleaning 2016-03-07 10:53:17 +00:00
beckdaniel
2ecd13b08d moved cubic sine from tests to examples 2016-03-07 10:46:42 +00:00
Alan Saul
5b4abf4c34 Fixing bernoulli likelihood for Laplace, fixing Zep for EP, and starting working on quadrature limits 2015-10-19 19:29:57 +01:00
Max Zwiessele
c1a2f7e556 [matplotlib] pylab -> pyplot 2015-09-10 08:55:54 +01:00
Mike Croucher
5c653fa4b0 Fix merge conflicts 2015-04-01 13:03:48 +01:00
James Hensman
cf0e29b207 working mean function examples 2015-03-26 08:48:56 +00:00
Mike Croucher
906f69e20e Convert print to function for Python 3 compatibility. 2015-02-26 08:31:44 +00:00
James Hensman
6aae3a37c8 more copyrighting 2014-11-21 11:48:40 +00:00
James Hensman
facd24cd5f better handling of missing pods in examples 2014-11-05 14:09:52 +00:00
Alan Saul
1385c3b271 Removed pod dependency for pickle tests 2014-11-03 13:36:46 +00:00
James Hensman
65f408de9a merge 2014-10-22 16:22:38 +01:00
James Hensman
476d867f89 minor edits to regression examples 2014-10-22 16:21:05 +01:00
James Hensman
e0d3633ec3 handles import of pods correctly 2014-10-16 17:00:17 +01:00
Neil Lawrence
765e808c2b Additions to week2 MLAI. 2014-10-16 16:38:24 +01:00
Zhenwen Dai
049b58c729 Remove the dependency on matplotlib 2014-09-12 11:51:51 +01:00
Zhenwen Dai
1110cc31e6 some progress for parameter tie 2014-08-29 18:52:53 +01:00
Ricardo
59ae2f0e34 coregionalization examples fixed 2014-03-18 16:00:23 +00:00
James Hensman
77d08a7d6f fixes to EP 2014-03-14 11:47:23 +00:00
Max Zwiessele
2200c5c30b uncertain_inputs_example plot changed 2014-03-12 12:05:54 +00:00
Alan Saul
2f5d5dd3bf Made sampling default for non-gaussian likelihoods as a quick fix to allow plotting again for likelihoods without predictive values 2014-03-05 14:16:53 +00:00
James Hensman
da4686dd3c renaming: posterior_variationa -> variational_posterior 2014-02-24 19:31:13 +00:00
James Hensman
92d71384b7 deleted kernpart, prod and add seem to work okay. 2014-02-19 17:37:18 +00:00
Max Zwiessele
d0c563ff0a added sparsegp with missing data 2014-02-18 15:52:33 +00:00
Max Zwiessele
ffd09c7820 checkgrad (╯°□°)╯︵ ┻━┻ 2014-02-13 21:59:08 +00:00
Max Zwiessele
79aca59a37 parameter handling with default constraints 2014-02-11 14:44:15 +00:00
Alan Saul
6cbf810856 Laplace now appears to be grad checking again 2014-02-10 15:40:06 +00:00
James Hensman
375e2f6225 hard-merging in the examples and testing dirs from master.
This is probably a dumb way to do it, but I don;t know better.
2014-01-24 09:41:07 +00:00
Max Zwiessele
6feb5dd2f1 adjusted parameters to report their changes 2013-11-03 13:58:15 +00:00
Max Zwiessele
d3721b76a8 changing all parameterized objects to be compatible with the new parameterization 2013-10-25 15:29:04 +01:00
Max Zwiessele
780daac03e Merge branch 'devel' of github.com:SheffieldML/GPy into params 2013-10-11 16:52:54 +01:00
Ricardo
d2bc9044fe Coregionalization examples fixed. 2013-10-07 12:35:55 +01:00
Max Zwiessele
4f56506aa6 Merge branch 'devel' into params 2013-10-07 08:20:29 +01:00
Neil Lawrence
0d4fd01ae1 Minor changes to della_gatta example (multiple optima). 2013-09-30 17:00:38 +01:00
Max Zwiessele
c2d217e72c Merge branch 'devel' into params
Conflicts:
	GPy/core/transformations.py
	GPy/kern/parts/kernpart.py
2013-09-20 17:20:46 +01:00
Ricardo
527922264c coreg_spars fixed 2013-09-17 14:47:32 +01:00
Ricardo
603aa18482 Merge branch 'devel' of github.com:SheffieldML/GPy into devel
Conflicts:
	GPy/examples/regression.py
	GPy/kern/constructors.py
	GPy/testing/kernel_tests.py
	GPy/util/multioutput.py
2013-09-16 12:32:42 +01:00
Neil Lawrence
336fe164fa Other local changes. 2013-09-16 11:32:03 +01:00
Ricardo
4bb2ea9606 coregionalisation changed to coregionalization 2013-09-14 17:23:17 +01:00
Ricardo
1bc9374717 linK2_functions2 merged 2013-09-13 18:09:59 +01:00
Ricardo
f8c9e6b982 Merge branch 'linK_functions2' into devel
Conflicts:
	GPy/core/gp.py
	GPy/core/gp_base.py
	GPy/core/sparse_gp.py
	GPy/examples/regression.py
	GPy/kern/constructors.py
	GPy/kern/parts/coregionalise.py
	GPy/models/__init__.py
	GPy/models/sparse_gp_classification.py
	GPy/util/__init__.py
2013-09-13 15:57:34 +01:00
Max Zwiessele
7a68950e3e correcterd minor errors (imports etc) 2013-09-04 10:02:38 +01:00
Neil Lawrence
b127c96bf2 Polynomial kernel gradients wrt X working. 2013-08-28 00:20:12 +02:00
Neil Lawrence
a61feb17a5 Changed default values of W and kappa for coregionalisation kernel. Changed names of keyword arguments from Nout and R to output_dim and rank. 2013-08-27 10:53:32 +02:00
Neil Lawrence
0380f52702 Minor fixes to classification to allow kernel choice, change of oil example to use full test set and full training set. 2013-08-19 07:37:09 +02:00
Neil Lawrence
2004cf3ea9 Minor fixes to regression example with robot_wireless. 2013-08-19 00:04:46 +02:00
Neil Lawrence
4082f6c02e Added robot_wireless data set and examples. 2013-08-18 23:46:02 +02:00
Max Zwiessele
5570e82943 constant jitter to Kmm, deleted some white kernels in models and examples 2013-08-02 16:36:51 +01:00
Andreas
b653feb781 Fixed asarray in example toy_ARD 2013-07-18 16:06:12 +01:00
Max Zwiessele
dcec9d2a25 reverted stupid merge error 2013-07-18 15:15:09 +01:00