Alan Saul
|
7c9eda482c
|
Moved transf_data to make data -1 or 1 from 0 or 1 for bernoulli
with probit into the analytical moment match (but it 10% slower),
needs removing from epmixednoise
|
2013-10-22 15:30:56 +01:00 |
|
Alan Saul
|
5f9d7eb709
|
Changed naming from old derivatives of likelihoods to new ones
in noise distributions
|
2013-10-22 15:22:27 +01:00 |
|
Alan Saul
|
eacf622ac7
|
Fixed breakage of dvar, tidied up to make more efficient
|
2013-10-22 13:51:16 +01:00 |
|
Alan Saul
|
a3422eae21
|
Doc stringing
|
2013-10-22 13:37:12 +01:00 |
|
Alan Saul
|
ceb1f7490d
|
Added quadrature numerical moment matching (but not predictive yet)
|
2013-10-18 16:11:47 +01:00 |
|
Alan Saul
|
0eee4b42d2
|
Fixed a few laplace bits
|
2013-10-18 14:08:37 +01:00 |
|
Alan Saul
|
10f3f7d14a
|
Refactored gradients wrt parameters slightly, need to future proof against _get_param_names() disappearing
|
2013-10-17 18:33:08 +01:00 |
|
Alan Saul
|
1848653fce
|
Added more options to generic tests (constraining link function
values as bernoulli requies R^{0,1}) and implemented new gradients
for bernoulli
|
2013-10-17 17:44:08 +01:00 |
|
Alan Saul
|
f3fd9f1325
|
Rename Binomial to Bernoulli (maybe generalise it with the constant
later, but tilted distribution may change)
|
2013-10-17 15:04:55 +01:00 |
|
Alan Saul
|
afd38df1ef
|
Added pdf_link's for gaussian and student t, added third derivatives for
transformations and tests for them
|
2013-10-17 14:31:24 +01:00 |
|
Alan Saul
|
e65548f385
|
Renamed laplace_tests to likelihoods_tests
|
2013-10-16 18:43:14 +01:00 |
|
Alan Saul
|
208b6862bd
|
Tidying up laplace_tests.py
|
2013-10-16 18:42:36 +01:00 |
|
Alan Saul
|
6e28fdf4fd
|
Fixed some bugs, added third derivative for log transformation, and did some doccing
|
2013-10-16 15:35:14 +01:00 |
|
Alan Saul
|
36c224d822
|
Merge remote-tracking branch 'gpy_real/devel' into merge_branch
|
2013-10-16 14:30:42 +01:00 |
|
Nicolò Fusi
|
dc12fb43b7
|
Added configuration file
this was done to solve the OpenMP problem on Windows/mac, but I think it
is useful in general. All unit tests pass except the sympy kern ones.
|
2013-10-15 16:04:03 -07:00 |
|
Alan Saul
|
0344324571
|
Still tidying up, laplace now working again, gaussian and student_t
likelihoods now done
|
2013-10-15 18:58:41 +01:00 |
|
Alan Saul
|
96f189113a
|
Started on chaining, must remember to chain _laplace_gradients aswell!
|
2013-10-15 12:25:19 +01:00 |
|
Alan Saul
|
a0aac76812
|
Merge remote-tracking branch 'gpy_real/devel' into merge_branch
|
2013-10-15 10:40:51 +01:00 |
|
Neil Lawrence
|
a4c0a941be
|
Added xw_pen data.
|
2013-10-15 05:53:39 +01:00 |
|
Neil Lawrence
|
491eb7243a
|
Added xw_pen data.
|
2013-10-15 05:49:11 +01:00 |
|
Neil Lawrence
|
e1ff91ff3c
|
Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel
|
2013-10-14 22:09:47 +01:00 |
|
Neil Lawrence
|
da2a88826d
|
Basic sim code functional.
|
2013-10-14 22:09:41 +01:00 |
|
James Hensman
|
c3de628e99
|
docstrinfs in kern.py
|
2013-10-14 17:11:39 +01:00 |
|
Neil Lawrence
|
fe30db1331
|
Updated sympy code, multioutput grad checks pass apart from wrt X. Similar problems with prediction as to sinc covariance, needs investigation.
|
2013-10-14 09:37:35 +01:00 |
|
Neil Lawrence
|
66daf2ad45
|
Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel
|
2013-10-14 05:59:36 +01:00 |
|
Neil Lawrence
|
a92780cb89
|
Added olivetti faces data set. It required adding netpbmfile.py a bsd licensed pgm file reader from Christoph Gohlke, which doesn't seem to have a spearate installer. Also modified image_show to assume by default that array ordering is python instead of fortran. Modified brendan_faces demo to explicilty force fortran ordering. Notified Teo of change.
|
2013-10-14 05:59:15 +01:00 |
|
Nicolò Fusi
|
6945ad7aa1
|
Seems to work on windows now
not everything works yet, but I've identified the main issues. Still
TODO: handle missing OMP libraries gracefully
|
2013-10-11 16:19:27 -07:00 |
|
Alan Saul
|
2e42b0b92d
|
Merge remote-tracking branch 'gpy_real/devel' into merge_branch
|
2013-10-10 10:03:19 +01:00 |
|
Neil Lawrence
|
de0a5d0e70
|
Some fixes and changes to the sympykern.
|
2013-10-09 12:07:39 +01:00 |
|
Alan Saul
|
f066319fb7
|
Merge remote-tracking branch 'gpy_real/devel' into merge_branch
|
2013-10-09 11:50:57 +01:00 |
|
Neil Lawrence
|
b2cea56c11
|
Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel
|
2013-10-09 11:14:47 +01:00 |
|
Neil Lawrence
|
1a46026015
|
Fixed stick datasets bug ... but sympykern is currently in a rewrite so will be broken
|
2013-10-09 11:14:42 +01:00 |
|
Alan Saul
|
94b53af158
|
Merge remote-tracking branch 'gpy_real/devel' into merge_branch
|
2013-10-08 16:34:24 +01:00 |
|
James Hensman
|
a59d980327
|
Nparam changes to num_params
|
2013-10-08 14:49:18 +01:00 |
|
James Hensman
|
39eb0368d8
|
changes Nparts for num_parts in kern
|
2013-10-08 12:30:14 +01:00 |
|
Alan Saul
|
5765b7e534
|
Merge remote-tracking branch 'gpy_real/devel' into merge_branch
|
2013-10-08 12:15:56 +01:00 |
|
Andreas
|
958e9f7c7a
|
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
|
2013-10-08 11:31:13 +01:00 |
|
Andreas
|
05a912f40b
|
minor changes
|
2013-10-08 11:31:06 +01:00 |
|
Andreas
|
f008c1919b
|
Normalize Y given as an argument to constructor
|
2013-10-08 11:28:15 +01:00 |
|
Neil Lawrence
|
87200c6e12
|
Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel
|
2013-10-08 08:25:33 +01:00 |
|
Neil Lawrence
|
966fe49345
|
Added first draft of functionality for multiple output sympy kernels.
|
2013-10-08 08:25:26 +01:00 |
|
Alan Saul
|
76debef6b8
|
Finished tearing gaussian noise down, time for student t
|
2013-10-07 17:59:40 +01:00 |
|
Alan Saul
|
77bca55470
|
Beginning to merge lik_functions and derivatives with richardos
|
2013-10-07 15:28:40 +01:00 |
|
Ricardo
|
46eca3bbdd
|
Plots tidied up.
|
2013-10-07 12:41:20 +01:00 |
|
Ricardo
|
b20ea09f89
|
Modifications to allow noise_model related parameters.
|
2013-10-07 12:39:23 +01:00 |
|
Ricardo
|
d2bc9044fe
|
Coregionalization examples fixed.
|
2013-10-07 12:35:55 +01:00 |
|
Ricardo
|
d6095de224
|
Sampling function added.
|
2013-10-07 12:34:38 +01:00 |
|
Alan Saul
|
4738467a95
|
Docs
|
2013-10-04 19:31:23 +01:00 |
|
Alan Saul
|
ec36007564
|
Removed fit as it is unused
|
2013-10-04 16:33:23 +01:00 |
|
Alan Saul
|
91f194cd29
|
More doc strings
|
2013-10-04 16:32:04 +01:00 |
|