Commit graph

4277 commits

Author SHA1 Message Date
mzwiessele
4ebeb96e9e Bump version: 1.5.7 → 1.5.8 2017-02-23 13:13:42 +00:00
mzwiessele
0fc8110538 fix: pkg: dim reduction simulation with different functions 2017-02-23 13:13:34 +00:00
Zhenwen Dai
e74a31c482 Update ss_gplvm.py
resolve the future warning: FutureWarning:comparison to `None` will result in an elementwise object comparison in the future.
2017-01-29 11:38:13 +00:00
Max Zwiessele
fce0e4258b Merge pull request #472 from SheffieldML/predictive_gradients
fix: predictive_gradients for new posterior class
2017-01-10 15:43:56 +00:00
mzwiessele
6fc0cc630c fix: predictive_gradients for new posterior class 2017-01-10 14:38:09 +00:00
mzwiessele
3608cff438 Bump version: 1.5.6 → 1.5.7 2017-01-09 11:05:20 +00:00
mzwiessele
b6d2cf4406 fix: removed additional dict line 2017-01-09 11:01:30 +00:00
mzwiessele
fe3bad7200 fix: plotting also allows 3D (capitals) 2017-01-09 10:59:51 +00:00
Safrone
14046705cf fix: fallback for when no environment variables are set (#467)
* fix: dev: add or in home directory getting

adds another or when getting the home directory with os.getenv() so that if neither $HOME nor $USERPROFILE environment variable is set, os.path.join() will not fail by getting a None and the config will revert to the default configuration file.

* fix: remove extra statement
2017-01-09 09:50:29 +00:00
Teo de Campos
a2f67febb4 Changed the order of the operations, ensuring that the covariance matrix is symmetric despite numerical precision issues.
Suggested by Alan.
2016-12-06 11:01:45 -02:00
beiwang
b1935292d9 Delete gmm_bayesian_gplvm.py 2016-11-11 19:54:57 +00:00
beiwang
567601344c gmm_creation 2016-11-11 19:18:39 +00:00
beiwang
6aab528af2 gmm_creation 2016-11-11 18:12:14 +00:00
mzwiessele
977d336148 Bump version: 1.5.5 → 1.5.6 2016-11-07 10:50:43 +00:00
Max Zwiessele
975b561d96 Merge pull request #448 from thangbui/devel
Added pep.py -- Sparse Gaussian processes using Power Expectation Propagation
2016-11-07 10:48:49 +00:00
Thang Bui
7b384ae258 renamed pep test scripts 2016-11-07 09:54:50 +00:00
Thang Bui
323204541e fixed seed in pep test script #448 2016-11-01 16:48:45 +00:00
Thang Bui
df7c7539f9 added tests 2016-10-27 14:39:32 +01:00
Thang Bui
eee1fba8ad Added pep.py -- Sparse Gaussian processes using Power Expectation Propagation
This allows interpolation between FITC (EP or alpha = 1), and Titsias's variational (VarDTC, VFE when alpha = 0).

Reference: A Unifying Framework for Sparse Gaussian Process Approximation using Power Expectation Propagation https://arxiv.org/abs/1605.07066
2016-10-19 15:56:10 +01:00
mzwiessele
7977a69dca new: added ploy basis kernel tests and import 2016-10-13 12:31:39 +01:00
mzwiessele
460757c048 Merge branch 'devel' into polinomial 2016-10-13 12:24:00 +01:00
mzwiessele
0007eccd79 fix: pkg: minor fixes (imports and empty spaces) 2016-10-13 12:23:34 +01:00
mzwiessele
747d24d2fa chg: added polynomial basis func kernel 2016-10-13 12:19:59 +01:00
Max Zwiessele
491a810157 Bump version: 1.5.4 → 1.5.5 2016-10-03 13:23:53 +01:00
Max Zwiessele
002ee4824a Bump version: 1.5.3 → 1.5.4 2016-10-03 12:24:09 +01:00
Max Zwiessele
543a04dc1b chg: fixed naming in variational priors
:
2016-10-03 12:19:24 +01:00
Michael T Smith
826618e143 fix: Bug in dataset (in fn download_url) which wrongly interprets the Content-Length meta data, and just takes first character. 2016-09-09 16:27:08 +01:00
mzwiessele
378d850ce9 Bump version: 1.5.2 → 1.5.3 2016-09-06 11:15:27 +01:00
mzwiessele
84896ab97b Merge branch 'devel' into kurtCutajar-devel 2016-09-06 11:15:12 +01:00
mzwiessele
d4aea97f11 Bump version: 1.5.1 → 1.5.2 2016-09-06 11:08:19 +01:00
mzwiessele
9d8c4bd1ac Bump version: 1.5.0 → 1.5.1 2016-09-06 10:41:32 +01:00
mzwiessele
5c20fec455 Bump version: 1.4.3 → 1.5.0 2016-09-06 10:34:03 +01:00
mzwiessele
f38cf16ee5 Bump version: 1.4.2 → 1.4.3 2016-09-06 10:30:07 +01:00
mzwiessele
8ee40e2e64 Bump version: 1.4.1 → 1.4.2 2016-09-06 10:22:05 +01:00
mzwiessele
c1056416f2 [kern] fix #440 2016-09-06 09:22:22 +01:00
mzwiessele
903b88aed3 Bump version: 1.4.0 → 1.4.1 2016-09-06 09:10:07 +01:00
mzwiessele
f0b17d7b1a [mrd] init updates and added tests 2016-09-06 08:37:21 +01:00
Max Zwiessele
dc9a67ad74 [merge] into new devel 2016-09-05 15:56:53 +01:00
Max Zwiessele
589c5d9eac Merge branch 'devel' into binomial_laplace 2016-09-01 14:21:27 +01:00
Max Zwiessele
493624d831 Merge branch 'bwengals-devel' into devel 2016-09-01 14:11:39 +01:00
Max Zwiessele
05afd8eb7b Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2016-09-01 13:22:14 +01:00
Max Zwiessele
896887bd94 [inference] rename wrong precision into variance 2016-09-01 13:16:50 +01:00
Max Zwiessele
898a9e3f15 [plots] rerun baseline 2016-09-01 13:16:15 +01:00
Max Zwiessele
ba48c00e9d [basisfunc] kernel tests and model tests 2016-09-01 13:13:48 +01:00
mzwiessele
77b4325934 [prior] singleton tested 2016-08-25 10:18:00 +01:00
mzwiessele
7b63a195b8 [studentT] prior by @mathDR 2016-08-25 08:28:58 +01:00
Bill
c3c98652d1 didnt realize last 2 changes went to PR, undoing 2016-08-24 13:08:20 -05:00
Bill
37800d7270 fixed import issue 2016-08-23 21:43:42 -05:00
Bill
48f5c7fa15 trying to make gp_kronecker models savable 2016-08-23 21:40:00 -05:00
Bill
5cb22090ba removed Logsumexp() from LogisticBasisFuncKernel, allowing slope parameter to be negative. Also removed unnecessary scipy import 2016-08-23 11:19:27 -05:00