Commit graph

152 commits

Author SHA1 Message Date
Max Zwiessele
929cf0a489 [more coverage] and predictive var fixes 2015-09-07 16:52:59 +01:00
Mike Croucher
ec7334846c Python 3 fixes 2015-09-07 15:18:45 +01:00
Ricardo
04b6747e3b Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-09-03 17:30:40 +01:00
Ricardo
6e76a96d77 errorbars fixed 2015-09-03 17:30:16 +01:00
Ricardo
1e45a7cddd gperrors color as parameter 2015-09-03 17:29:39 +01:00
Max Zwiessele
4dfdce9b80 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-09-03 09:33:13 +01:00
Max Zwiessele
839e3dc6f0 [magnification] plot_magnification expanded 2015-09-03 09:33:07 +01:00
Ricardo
06f540584b Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-09-02 19:40:45 +01:00
Ricardo
8e437e4bda New function to plot just the errorbars of the training data 2015-09-02 19:40:11 +01:00
Max Zwiessele
ca60ad3195 [magnification] mostly plotting and some model corrections for _predictive_variable 2015-09-02 15:46:40 +01:00
Max Zwiessele
70a9a26d7e [core] updating system, security branching 2015-09-02 09:06:17 +01:00
James Hensman
ea3bfbb597 minor bugfixes in plotting: quantiles are now computed using predict_kw
correctly
2015-08-18 08:00:47 +01:00
James Hensman
c8b54ff887 fixed a plotting bug 2015-08-13 10:04:06 +01:00
James Hensman
dbbf4a2e69 fixed conflict in plotting 2015-08-12 16:04:58 +01:00
James Hensman
94d5a0042c merging. conflict in relative import styles 2015-08-12 16:00:48 +01:00
mzwiessele
d6defa6645 Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2015-07-29 10:48:27 +02:00
mzwiessele
fca2440943 [bgplvm] technical new stuff 2015-07-29 10:48:05 +02:00
Alan Saul
926b53bfce Changed quantile computation via sampling and added fallback for predictive mean and variance if conditional mean and variance are not implemented yet 2015-07-22 18:33:11 +01:00
mzwiessele
4ca4916cc0 Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2015-06-29 10:19:43 +02:00
mzwiessele
61ef9912cb [plotting] parameterized.values 2015-06-29 10:18:37 +02:00
Zhenwen Dai
5cc17e8754 some correction for ibp ssgplvm 2015-06-28 21:33:57 +01:00
Zhenwen Dai
c0e045c0ab allow to set color for the skeleton visualization 2015-05-28 17:05:09 +01:00
Alan Saul
d3e79495e7 Added option for plotting with SVGP 2015-05-21 16:33:35 +01:00
Alan Saul
5dd75d66ae Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-04-28 10:51:23 +01:00
Alan Saul
75ebe4bf10 Added log predictive density, student t degrees of freedom gradients and plotting functionality 2015-04-27 18:56:20 +01:00
mzwiessele
335df2942f [plotting] added predict_kw to plot function 2015-04-24 11:02:01 +02:00
Alan Saul
f4cf052bce Added option to plot the transformed link function (posterior once the link function has been applied) 2015-04-10 15:44:15 +01:00
Mike Croucher
82a9bb9d93 Merge remote-tracking branch 'upstream/devel' into devel 2015-04-09 14:21:15 +01:00
mzwiessele
970df9b88e Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2015-04-08 08:24:59 +02:00
mzwiessele
e35999b24b [var plots] wrong return values 2015-04-08 08:24:55 +02:00
Mike Croucher
5c653fa4b0 Fix merge conflicts 2015-04-01 13:03:48 +01:00
Mike Croucher
e82b5fe773 Resolve merge conflicts 2015-04-01 11:44:20 +01:00
James Hensman
b48d58fb1f merged. ish. 2015-03-23 16:26:31 +00:00
mzwiessele
b47e5ab4bb [ploting init] minor 2015-03-23 08:47:45 +00:00
tjhgit
e115778d74 Merge remote-tracking branch 'upstream/devel' into devel
Conflicts:
	GPy/kern/__init__.py
2015-03-08 09:42:33 +01:00
Mike Croucher
cf1c382acd xrange fixes for Python 3 2015-03-07 07:49:59 +00:00
Mike Croucher
300bdb960b Print fixes for Python 3 2015-02-27 19:04:25 +00:00
Mike Croucher
74f8caba2b Exception fixes for Python 3 compat 2015-02-26 14:23:12 +00:00
Mike Croucher
4b4e5d4901 Convert print to function for Python 3 compatibility 2015-02-26 09:01:27 +00:00
Mike Croucher
5e4afb765a Relative import fixes for Python 3 compatibility 2015-02-26 07:10:10 +00:00
mellorjc
f25797cd61 catch only a specific error
catch only NameError, rather than everything.
2015-02-19 11:45:57 +00:00
mellorjc
7ad275ce8a matplotlib interactive mode only in IPython
have interactive mode only in IPython so that running scripts that plot from python behave like normal.
2015-02-19 11:31:46 +00:00
James Hensman
b499a870fb fixed a plotting bug for sliced plots 2015-02-10 14:23:03 +00:00
tjhgit
8d3308b76c Added spline kernel (from P. Hennig) to GPy
Had to modify the base_plots and model_plots.py, since I had troubles
installing GPy in anaconda on debian linux due to the dependency on
Tango. Why is Tango needed to represent colors that can also be typed in
Hex format thus eliminating further dependencies.
2015-01-13 00:10:40 +01:00
Max Zwiessele
187f85c239 [huge merge] the second 2014-11-21 16:42:01 +00:00
Max Zwiessele
180650ec85 [huge merge] trying to merge old master and master 2014-11-21 16:17:03 +00:00
James Hensman
5927872ec6 more coooooopyrighting 2014-11-21 12:15:05 +00:00
Max Zwiessele
26c358b5a0 [kernel plots] updates on bar plots 2014-11-21 09:59:45 +00:00
Max Zwiessele
3c642a5600 [MRD] updates and nicer plotting 2014-11-12 15:08:38 +00:00
Alan Saul
1cf4ad1ff4 Fixed lots of examples 2014-11-05 17:43:32 +00:00