Gaussian processes framework in python
Find a file
Teo de Campos 3fc14bb416 modified: GPy/models/GPLVM.py
Using the following kernel by default:
kernel = kern.rbf(Q, ARD=Q>1) + kern.bias(Q, np.exp(-2)) + kern.white(Q, np.exp(-2))
2013-05-16 17:13:39 +01:00
doc unified framework for addition and product of kernels, with a tensor flag (boolean) instead of and 2013-05-10 17:48:11 +01:00
GPy modified: GPy/models/GPLVM.py 2013-05-16 17:13:39 +01:00
.gitignore added iterate.dat to gitignore 2012-12-17 10:02:45 +00:00
.travis.yml Trying to upgrade numpy version to 1.7.1 as there was an error introduced for weave on 1.7.0 causing tests to fail 2013-04-29 20:09:18 +01:00
AUTHORS.txt first commit 2012-11-29 16:24:48 +00:00
LICENSE.txt first commit 2012-11-29 16:24:48 +00:00
README.md added CI status 2013-03-12 14:26:07 +00:00
setup.py changed version number in setup.py 2013-04-10 12:15:23 +01:00

GPy

A Gaussian processes framework in python

Continuous integration status: CI status