Skip to main content

Bob's Python bindings to LIBSVM

Project description

http://img.shields.io/badge/docs-stable-yellow.png http://img.shields.io/badge/docs-latest-orange.png https://travis-ci.org/bioidiap/bob.learn.libsvm.svg?branch=v2.0.1 https://coveralls.io/repos/bioidiap/bob.learn.libsvm/badge.png https://img.shields.io/badge/github-master-0000c0.png http://img.shields.io/pypi/v/bob.learn.libsvm.png http://img.shields.io/pypi/dm/bob.learn.libsvm.png

Bob’s Python bindings for LIBSVM

This package contains a set of Pythonic bindings for LIBSVM.

External Software Requirements

This package requires you have LIBSVM installed on your system. If LIBSVM is installed on a standard location, this package will find it automatically. You can just skip to the installation instructions.

In case you have installed LIBSVM on a non-standard location (e.g. your home directory), then you can specify the path to the root of that installation using the environment variable BOB_PREFIX_PATH, before building and installing the package. For example, if BOB_PREFIX_PATH is set to /home/user/libsvm-3.12, then we will search for the header file svm.h in /home/user/libsvm-3.12/include and expect that the library file file is found under /home/user/libsvm-3.12/lib.

If you are installing this package via pip for example, just set the environment variable like this:

$ BOB_PREFIX_PATH=/home/user/libsvm-3.12 pip install bob.learn.libsvm

If you are installing this package via zc.buildout, we recommend you use our bob.buildout extension and set the [environ] section to define BOB_PREFIX_PATH.

Installation

To install this package – alone or together with other Packages of Bob – please read the Installation Instructions. For Bob to be able to work properly, some dependent packages are required to be installed. Please make sure that you have read the Dependencies for your operating system.

Documentation

For further documentation on this package, please read the Stable Version or the Latest Version of the documentation. For a list of tutorials on this or the other packages ob Bob, or information on submitting issues, asking questions and starting discussions, please visit its website.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bob.learn.libsvm-2.0.1.zip (116.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page