View on GitHub

GopPy

Gaussian Online Processes for Python

Download this project as a .zip file Download this project as a tar.gz file

Build Status Coverage Status

GopPy (Gaussian Online Processes for Python) is a pure Python module providing a Gaussian process implementation which allows to add new data efficiently online. I wrote this module because all other Python implementations I knew did not support efficient online updates.

The feature list:

Documentation

The documentation can be found at http://goppy.readthedocs.org/en/latest/.

Installation

You can install GopPy with pip:

pip install goppy

Or you download the latest source distribution from PyPI, extract it and run:

python setup.py install