/gps

Gaussian processes in Python.

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

gps

Python package for implementing gaussian processes (GPs), including the sparse GP method of Snelson & Ghahramani (2006).

See example.py for demonstration of basic usage with comments.