Commit graph

1930 commits

Author SHA1 Message Date
Alan Saul
9e6cc7ea6e Minor changes to naming of signitures 2013-11-29 14:45:44 +00:00
Alan Saul
98074e1e6c Changed more examples to accept optimize and plot 2013-11-29 14:40:31 +00:00
Alan Saul
0a36d98a71 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-29 14:21:10 +00:00
Alan Saul
3cd808cccc Added optimize and plot for classification, non_gaussian and stochastic examples 2013-11-29 14:20:59 +00:00
Alan Saul
68ece19211 Fixed gp_base and svigp for sampling (doesn't use it but needs the arguments) 2013-11-29 14:20:33 +00:00
Alan Saul
b26c62f6af Added constant to Z_tilde, now log likelihoods are equal! 2013-11-29 12:00:37 +00:00
Alan Saul
0a43329150 Changed some parameters of the laplace, tidied up examples 2013-11-28 15:23:39 +00:00
Max Zwiessele
25635571af added comments for models module and adjusted setup 2013-11-28 10:31:17 +00:00
Max Zwiessele
622f2e29aa Merge branch 'naniny' into devel 2013-11-28 10:03:24 +00:00
Max Zwiessele
5809293c98 rename _models to models_modules to include in doc 2013-11-28 10:02:19 +00:00
James Hensman
123a3caea9 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-27 17:02:09 +00:00
James Hensman
c86981a110 some tidying in the regression examples 2013-11-27 17:02:04 +00:00
Max Zwiessele
50e9034a6d dimensionality reduction examples updated with optimize, plot and verbose 2013-11-27 16:12:58 +00:00
Max Zwiessele
d0a9995c38 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-27 15:02:34 +00:00
Max Zwiessele
944703beff dimensionality reduction example (oil) updated 2013-11-27 15:02:30 +00:00
James Hensman
eafcd50af5 changing the seed seems to fix Alan's bug. 2013-11-27 15:00:42 +00:00
James Hensman
0c3747dc4d Fixed symmetry in checkgrad issue 2013-11-27 14:57:57 +00:00
James Hensman
557d4ea7ea reverted the brent optimisation in laplace
(For the 1D linesearch using Brent)
2013-11-27 14:43:48 +00:00
James Hensman
cfdd91ae7b improved detectino of sympy 2013-11-27 14:21:18 +00:00
James Hensman
e3cdeb1bb5 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-27 14:13:01 +00:00
James Hensman
042ebab81e argghdfklg 2013-11-27 14:12:54 +00:00
Teo de Campos
f5329bb9b6 Fixed exception handling bug in GPy/util/linalg.py:29 2013-11-27 14:06:50 +00:00
James Hensman
ca41173225 better warings for cathcing of blaslib detection 2013-11-27 13:47:08 +00:00
James Hensman
133d69ff67 changeing models to _models in setup.py 2013-11-27 13:29:19 +00:00
Alan Saul
811df6966f Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-27 13:21:14 +00:00
Alan Saul
f59125d4a1 Fixed step size for likelihood tests and allowed randomizing of laplace 2013-11-27 13:21:11 +00:00
Max Zwiessele
546a9bd205 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-27 13:16:19 +00:00
James Hensman
db9e5314e4 removed ipdb statement from kern, cleaned up some nasty whitespace 2013-11-27 13:16:18 +00:00
Max Zwiessele
4be3f4482d gradient checker comments and import updates 2013-11-27 13:16:00 +00:00
Max Zwiessele
77a0d61bf6 gradientchecker added as a model 2013-11-27 13:12:05 +00:00
James Hensman
6673a8ae02 more readme 2013-11-27 13:10:15 +00:00
James Hensman
36cc17cf24 more readme stuff 2013-11-27 13:09:27 +00:00
James Hensman
9231cf4bfc more readme edits 2013-11-27 13:02:24 +00:00
James Hensman
442c8cd7ad Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-27 12:41:57 +00:00
James Hensman
6fb7fe2352 minor edits to the README 2013-11-27 12:41:47 +00:00
Max Zwiessele
c0be7ae4e2 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-27 12:38:19 +00:00
Max Zwiessele
3feba4f7b9 fixed import errors in tests 2013-11-27 12:38:12 +00:00
Alan Saul
0f60fba125 Fixed student_t approximation demo and changed convergence
critera to difference of f
2013-11-27 12:32:42 +00:00
James Hensman
5ea9725502 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-27 12:32:06 +00:00
Neil Lawrence
f8bc7a827f Push minor fix to eq_sympy kernel test. 2013-11-27 12:31:01 +00:00
James Hensman
f9fa378aa0 added some tips to the readme 2013-11-27 12:30:19 +00:00
Neil Lawrence
ea05ba54bf sympykern kern_tests now passing, code is inefficient but should be numerically stable. 2013-11-27 11:25:42 +00:00
Neil Lawrence
557d296d4c Modified to improve part of stability, gradient checks still passing. 2013-11-27 11:21:08 +00:00
Neil Lawrence
6da3fc5a89 Added gradient of sympy kernel, seems to pass tests, but know it's not numerically stable. Checking in before making numerically stable. 2013-11-27 11:17:33 +00:00
Neil Lawrence
a81b5cfd50 Fixed test in kern.py to request correct output dim for multioutput covariances. 2013-11-27 10:07:08 +00:00
Alan Saul
c68fe7567a Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-26 13:21:56 +00:00
mu
58ffdd813e ODE_UY 2013-11-25 13:58:06 +00:00
James Hensman
aa7f1d53f9 fixing up the blas detectino in linalg 2013-11-25 11:14:04 +00:00
James Hensman
129917ec8c removing ipdb statements 2013-11-22 14:37:14 +00:00
James Hensman
ae0f5134c2 lots of medding with the likelihoods to get the tests working. the tests still don;t work 2013-11-22 14:36:47 +00:00