Commit graph

298 commits

Author SHA1 Message Date
Alan Saul
13fd45e31f Minor doc changes, fixed MPI dependency and 'stop' in var_dtc 2014-11-03 14:39:17 +00:00
Zhenwen Dai
74765d0e0d refine the docstring for hmc 2014-11-03 12:18:04 +00:00
James Hensman
d1200a1be7 moving mcmc 2014-11-03 10:55:13 +00:00
Zhenwen Dai
e11e294791 changes installtion instructions 2014-09-11 16:44:01 +01:00
Zhenwen Dai
97d7fa6955 add the Windows installation instructions for GPy 2014-09-11 14:29:50 +01:00
mzwiessele
b9e897c50d [documentation] updated big parts of the doc 2014-09-07 15:42:03 +01:00
mzwiessele
3a7e42f24f [documentation] bits and pieces for interacting_with_models 2014-09-05 18:00:29 +01:00
mzwiessele
68fa8b6366 minor updates to the docs 2014-09-05 14:18:37 +01:00
mzwiessele
7ea146d4a7 added documentation for parameterized objects, needs more detail and fleshing out with proper english 2014-04-22 19:40:15 +01:00
Alan Saul
4aa68807bc Rename and redoc 2013-12-17 15:57:08 +00:00
Alan Saul
0848d6a8e8 Merge branch 'master' into devel 2013-12-17 13:44:41 +00:00
Alan Saul
e77f4039ea Removed variational.py 2013-12-17 13:44:18 +00:00
Nicolo Fusi
ebd2752d5b Merge branch 'devel' 2013-12-10 14:07:18 -08:00
Max Zwiessele
25635571af added comments for models module and adjusted setup 2013-11-28 10:31:17 +00:00
Max Zwiessele
5809293c98 rename _models to models_modules to include in doc 2013-11-28 10:02:19 +00:00
Max Zwiessele
067206e83e tutorial update and X observer 2013-10-28 09:14:56 +00:00
Max Zwiessele
d8151eee61 X caching is not yet done, parameter caching working fine. X cache must be adjusted to update at the right times 2013-10-27 17:04:46 +00:00
Alan Saul
a3422eae21 Doc stringing 2013-10-22 13:37:12 +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
6e28fdf4fd Fixed some bugs, added third derivative for log transformation, and did some doccing 2013-10-16 15:35:14 +01:00
Alan Saul
2acf931482 Tidying up a lot, works for 1D, need to check for more dimensions 2013-10-04 14:44:50 +01:00
James McMurray
7f2472fa22 Fixed more errors in docs 2013-09-20 17:43:56 +01:00
James McMurray
be3880c0bd Fixed docstring warnings - could still be mistakes 2013-09-20 13:38:20 +01:00
James McMurray
c36a6b341c Started fixing docs 2013-09-20 11:15:41 +01:00
James McMurray
474ef9b247 Rebuilt documentation 2013-09-19 14:36:33 +01:00
James McMurray
6897cf34b5 Changes to fix autodoc - need to test with ReadTheDocs still 2013-09-18 15:43:23 +01:00
Alan Saul
9e0795afc4 Mocking matplotlib pyplot as readthedocs is failing to import it (again...) 2013-08-07 16:28:16 +01:00
mu
e904aec413 minor change in tutorial 2013-07-29 15:47:11 +01:00
Max Zwiessele
d978d3e390 added tutorial for creating models 2013-06-26 17:02:48 +01:00
Max Zwiessele
f5effb8cb6 added robust pickling, switches to old behaviour, if get/setstate not implemented 2013-06-26 16:48:48 +01:00
Max Zwiessele
695fad4ed8 adjusted doc to new pep8 format 2013-06-07 13:33:46 +01:00
Nicolas
fc57f470c2 Nice plot handling in tutorials 2013-06-05 18:06:03 +01:00
Nicolas
73a122362f bugs fixed in tutorial's tests 2013-06-05 17:29:46 +01:00
Nicolas
5f899ed4f4 tutorials updated to comply with changes throught the code 2013-06-05 11:22:47 +01:00
Nicolas
652b3ce2c6 unified framework for addition and product of kernels, with a tensor flag (boolean) instead of and 2013-05-10 17:48:11 +01:00
Nicolas
c3dae7b252 Fixed bug in dK_dX for the quadratic kernel 2013-03-12 10:43:46 +00:00
Nicolas
f14302e8d0 updated list of implemented kernels in the documentation 2013-03-12 09:41:27 +00:00
Nicolas
77df63952f updated list of implemented kernels in the documentation 2013-03-12 09:36:11 +00:00
Ricardo Andrade
7a94d3b9d7 Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 19:20:00 +00:00
Ricardo Andrade
6c69fec8ea Tutorial finished 2013-03-11 19:18:36 +00:00
Nicolas
6febbed36f tie_param changed to tie_params in tutorials 2013-03-11 19:13:19 +00:00
Nicolas
3dd62c8251 Few bugs fixed in the documentation 2013-03-11 18:45:04 +00:00
Nicolas
0e187b6921 update in the rational quadratic kernel and new the tutorial on writting kernels 2013-03-11 18:21:29 +00:00
James Hensman
f23e3bbf7c a small demo for model tutorial 2013-03-11 14:04:07 +00:00
Nicolas
16a23758c6 example files for tutorials are now in Neil's format 2013-03-11 13:13:18 +00:00
Nicolas
25d73b13e9 update in the documentation on kernel implementation 2013-03-11 12:59:39 +00:00
Nicolas
bca8c1e807 Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 12:40:42 +00:00
Nicolas
e511bb69cf added in documentation the current status of kernel implementation 2013-03-11 12:40:29 +00:00
James Hensman
401b4f2775 Merge branch 'master' of github.com:SheffieldML/GPy 2013-03-11 11:51:39 +00:00
James Hensman
79ad72c46a added the outline of a tutorial on 'interacting with models' 2013-03-11 11:51:21 +00:00