Metadata-Version: 1.1
Name: GopPy
Version: 0.9
Summary: GopPy (Gaussian Online Processes for Python) is a pure Python module providing a Gaussian process implementation which allows to efficiently add new data online.
Home-page: UNKNOWN
Author: Jan Gosmann
Author-email: jan@hyper-world.de
License: MIT
Description: .. image:: https://travis-ci.org/jgosmann/goppy.svg?branch=master
          :target: https://travis-ci.org/jgosmann/goppy
        .. image:: https://coveralls.io/repos/jgosmann/goppy/badge.png?branch=master
          :target: https://coveralls.io/r/jgosmann/goppy?branch=master
        
        GopPy (Gaussian Online Processes for Python)
        ============================================
        
        GopPy (Gaussian Online Processes for Python) is a pure Python module providing
        a Gaussian process implementation which allows to efficiently add new data
        online. I wrote this module because all other Python implementations I know did
        not support efficient online updates.
        
        The features include:
        
        * `scikit-learn <http://scikit-learn.org>`_ compatible interface.
        * Efficient online updates.
        * Prediction of first order derivatives.
        * Estimation of the log likelihood and its derivative.
        * Well documented.
        * `Good test coverage. <https://coveralls.io/r/jgosmann/goppy>`_
        * MIT license.
        
        The documentation can be found at http://goppy.readthedocs.org/en/latest/.
        
        Installation
        ------------
        
        TODO
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
