shatu / pystruct

Simple structured learning framework for python

Home Page:http://pystruct.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status pypi version licence DOI

PyStruct

PyStruct aims at being an easy-to-use structured learning and prediction library. Currently it implements only max-margin methods and a perceptron, but other algorithms might follow.

The goal of PyStruct is to provide a well-documented tool for researchers as well as non-experts to make use of structured prediction algorithms. The design tries to stay as close as possible to the interface and conventions of scikit-learn.

You can install pystruct using

pip install pystruct

Some of the functionality (namely OneSlackSSVM and NSlackSSVM) requires that cvxopt is installed. See the installation instructions for more details.

The full documentation and installation instructions can be found at the website: http://pystruct.github.io

You can contact the authors either via the mailing list or on github.

Currently the project is mostly maintained by Andreas Mueller, but contributions are very welcome.

About

Simple structured learning framework for python

http://pystruct.github.io

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 99.1%Language:Shell 0.9%Language:Makefile 0.1%