mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-26 21:36:23 +02:00
Gaussian processes framework in python
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)) |
||
|---|---|---|
| doc | ||
| GPy | ||
| .gitignore | ||
| .travis.yml | ||
| AUTHORS.txt | ||
| LICENSE.txt | ||
| README.md | ||
| setup.py | ||
GPy
A Gaussian processes framework in python
