Skip to content

operalib/operalib

Repository files navigation

Operalib

PyPi_ Travis_ Codecov_ CircleCI_ Python27_ Python36_

Operalib is a library for structured learning and prediction for python based on operator-valued kernels (OVKs). OVKs are an extension of scalar kernels to matrix-valued kernels. The idea is to predict silmultaneously several targets while, for instance, encoding the output structure with the operator-valued kernel.

We aim at providing an easy-to-use standard implementation of operator-valued kernel methods. Operalib is designed for compatilibity to scikit-learn interface and conventions. It uses numpy, scipy and cvxopt as underlying libraries.

The project is developed by the AROBAS group of the IBISC laboratory of the University of Evry, France.

Documentation

Is available at: http://operalib.github.io/operalib/documentation/.

Install

The package is available on PyPi, and the installation should be as simple as:

pip install operalib

To install from the sources in your home directory, use:

pip install .

To install for all users on Unix/Linux:

python setup.py build
python setup.py install

GIT

You can check the latest sources with the command:

git clone https://github.com/operalib/operalib

or through ssh, instead of https, if you have write privileges:

git clone git@github.com:operalib/operalib.git

References

A non-exhaustive list of publications related to operator-valued kernel is available here:

http://operalib.github.io/operalib/documentation/reference_papers/index.html.