Commit graph

1916 commits

Author SHA1 Message Date
James Hensman
c86981a110 some tidying in the regression examples 2013-11-27 17:02:04 +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
James Hensman
9feb130409 formatting docstring 2013-11-22 08:59:29 +00:00
James Hensman
5b1f700238 changed nasty whitespace 2013-11-22 08:58:29 +00:00
Neil Lawrence
98b9dc0163 eq_ode1 working but test failing? 2013-11-21 23:07:43 +00:00
Neil Lawrence
09de9d7195 Added eq_ode1 to constructors.py 2013-11-21 22:35:58 +00:00
Neil Lawrence
fedaa5e1f1 Fixed bug in sympy kernel and added sympolic.py back into utils __init__.py 2013-11-21 22:15:20 +00:00
Neil Lawrence
c690256801 Merge with James's changes 2013-11-21 21:43:06 +00:00
Neil Lawrence
1deb1bee86 Merge with James's changes 2013-11-21 21:42:09 +00:00
James Hensman
472966e1e6 merge 2013-11-21 20:51:54 +00:00
James Hensman
a8cf725102 removed some sympy stuff 2013-11-21 20:51:28 +00:00
Neil Lawrence
f9e2a389e8 Committing change for master check out. 2013-11-21 20:20:03 +00:00
Max Zwiessele
3a08c0d9ab skipping crossterm tests instead of expected failure 2013-11-20 14:37:14 +00:00
Max Zwiessele
591c28d494 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-11-20 13:01:47 +00:00
Max Zwiessele
f04a4fa98b dim reduction imports 2013-11-20 12:59:00 +00:00
Max Zwiessele
d4dff8360b testing imports update and expected failure for crossterms 2013-11-20 12:57:09 +00:00