Max Zwiessele
98daaba57e
[plotting] xlim setting
2016-02-19 14:55:36 +00:00
Zhenwen Dai
3917d9cdba
fix gpu initialziation
2016-02-09 17:25:25 +00:00
Zhenwen Dai
a77a675549
fix gpu initialziation
2016-02-09 17:22:38 +00:00
Zhenwen Dai
0dd52981d0
get rid of mpi4py import
2016-02-09 16:48:23 +00:00
Max Zwiessele
fd979b843f
[plotting] subsampling print waring corrected
2016-01-28 12:12:57 +00:00
Max Zwiessele
095a8607b2
Bump version: 0.9.5 → 0.9.6
2016-01-22 11:26:53 +00:00
Max Zwiessele
7b5422b694
[plotting&kern] bugfixes in plotting and kernel size
2016-01-22 11:26:29 +00:00
Zhenwen Dai
0d3f5a3e74
Merge remote-tracking branch 'upstream/devel' into devel
2016-01-21 11:23:42 +00:00
Zhenwen Dai
8b279175c5
fix the issue of negative prediction variance of normal GP
2016-01-21 11:22:57 +00:00
Alan Saul
1bda209469
Apidoc in conf
2016-01-15 15:27:51 +00:00
Alan Saul
023a01175a
Added paramz to requirement file for docs
2016-01-15 15:11:34 +00:00
Zhenwen Dai
5f417565fb
slvm gamma mean-field
2016-01-14 15:56:48 +00:00
beckdaniel
24e9d68a19
stuff
2016-01-14 15:28:48 +00:00
Zhenwen Dai
52c6fe599f
Merge remote-tracking branch 'upstream/devel' into devel
2016-01-14 09:42:19 +00:00
Zhenwen Dai
60b2a57ea8
implement slvm
2016-01-14 09:41:59 +00:00
Max Zwiessele
4461e35c9e
[plotly] scatter plotting was defaulting to color='white'
2016-01-12 13:42:41 +00:00
Max Zwiessele
f68001a84e
[vardtc] these two lines are overridden by the next two lines...
2016-01-12 12:33:42 +00:00
Max Zwiessele
e917da8cce
[plotting] catching 3d error for plotting latent space in other then 2 dimensions
2016-01-12 12:33:13 +00:00
Max Zwiessele
e75f78d702
Bump version: 0.9.4 → 0.9.5
2016-01-11 16:52:40 +00:00
Max Zwiessele
0c135c775d
[plotting] skipping plotting tests, as they are inconsistent across platforms
2016-01-11 16:44:56 +00:00
Max Zwiessele
b2ec4ae765
[plotting] baseline updates for 3d plotting
2016-01-11 16:44:13 +00:00
Max Zwiessele
d8b5a72ea8
[plotting] was failing on some 3 dimensional plots (latent)
2016-01-11 16:13:13 +00:00
cdguarnizo
82f888f89c
Changed add_paraters to link_paramters
2016-01-05 15:15:09 -05:00
Zhenwen Dai
080e4ebd60
add the import of transformation __fixed__
2015-12-11 10:46:46 +00:00
Zhenwen Dai
faa3d02629
Merge pull request #271 from zhenwendai/devel
...
Fix the dL_dK and dL_dpsi2 symmetric issue. The bug of the Independent_output kernel and Hierarchical kernel from the original implementation still remains.
2015-12-10 10:14:44 +00:00
Zhenwen Dai
849da9d5f4
mark the kernel test for independent kernel and hierarchical kernel as expectedFailure
2015-12-09 17:32:21 +00:00
Zhenwen Dai
c0e6978054
merge with current GPy devel
2015-12-09 17:27:06 +00:00
beckdaniel
4c843adc4c
skipping the wgps Snelson's test (comment the skip line to see the plots)
2015-12-08 14:14:59 +00:00
beckdaniel
bef114eabd
(wpgs) fixing newton-raphson for f_inv and fixing plotting stuff
2015-12-08 13:59:46 +00:00
Max Zwiessele
caa962069d
Bump version: 0.9.3 → 0.9.4
2015-12-03 08:48:41 +00:00
Max Zwiessele
5d772a8c11
[examples] added bgplvm stochastic example and parameter for dimensionality
2015-12-03 08:48:28 +00:00
mzwiessele
191cf82c0f
Bump version: 0.9.2 → 0.9.3
2015-11-30 18:58:26 +00:00
mzwiessele
e80a45b363
[plotting] latent plotting had dimension mix up in it
2015-11-30 18:09:09 +00:00
mzwiessele
66d9c37f80
[plotting] latent plotting had dimension mix up in it
2015-11-30 18:08:41 +00:00
mzwiessele
51964aac39
[plotting] latent plotting had dimension mix up in it
2015-11-30 18:02:46 +00:00
mzwiessele
389b99f0ce
Bump version: 0.9.1 → 0.9.2
2015-11-30 16:35:41 +00:00
mzwiessele
cb3b4ca08d
[plotting] latent plotting had dimension mix up in it
2015-11-30 16:35:30 +00:00
mzwiessele
8878353fdb
Bump version: 0.9.0 → 0.9.1
2015-11-30 13:46:22 +00:00
mzwiessele
1c3816ed51
[readme] Reinstall update
2015-11-30 11:03:18 +00:00
mzwiessele
b3bc34fd7d
[testing] testing the error messages for plotting
2015-11-30 11:00:36 +00:00
mzwiessele
3c618c1525
[testing] testing the error messages for plotting
2015-11-30 10:49:49 +00:00
mzwiessele
065ab725ff
[defaults.cfg] updated so we can ship it
2015-11-30 10:33:24 +00:00
mzwiessele
986e0a4684
[plotting] import updated so that the config is handled better
2015-11-30 10:25:19 +00:00
Ricardo Andrade
ca34f1a273
bug fixed
...
ICM-RBF is used as default Kernel, but the user should be able to define a multiple output kernel outside and pass it to the model.
2015-11-26 18:45:09 +00:00
Ricardo Andrade
60645b8b03
bug fixed
2015-11-26 18:41:10 +00:00
mzwiessele
254744ee14
Bump version: 0.8.31 → 0.9.0
2015-11-24 14:37:21 +00:00
Max Zwiessele
acb1ceae16
Merge pull request #280 from SheffieldML/manifest-include
...
Update MANIFEST.in
2015-11-23 19:55:17 +00:00
Max Zwiessele
e700577b33
Update MANIFEST.in
2015-11-21 18:44:53 +00:00
Max Zwiessele
5bf7469a2b
Update MANIFEST.in
2015-11-20 14:49:31 +00:00
Max Zwiessele
df9be8c91e
Merge pull request #279 from SheffieldML/fixing_likelihoods
...
Fixing likelihoods and EP
2015-11-20 14:46:26 +00:00