- Introduction
- Development Status
- Copyright and License
- System Requirements
- Installation
- Documentation
- Bugs
- Author Information
pyliblinear is an API for liblinear without using ctypes. It aims for more pythonic access to liblinear's features, especially featuring streams of data and lazy evaluations whereever possible.
Alpha. The API is not stabilized yet. There also may be a few kinks here and there.
Copyright 2015 - 2025 André Malo or his licensors, as applicable.
The whole package is distributed under the Apache License Version 2.0. You'll find a copy in the root directory of the distribution or online at: http://www.apache.org/licenses/LICENSE-2.0.
pyliblinear ships with a copy of liblinear, which is licensed under the terms of the 3-clause BSD license.
You need at least python 2.7 or Python 3.6+.
You also need a build environment for python C/C++ extensions (i.e. a compiler and the python development files).
$ pip install pyliblinear
Download the package, unpack it, change into the directory
$ python setup.py install
The command above will install a new "pyliblinear" package into python's library path.
You'll find a user documentation in the docs/userdoc/ directory of the
distribution package.
The latest documentation is also available online at http://opensource.perlig.de/pyliblinear/.
No bugs, of course. ;-)
But if you've found one or have an idea how to improve pyliblinear, feel free to send a pull request on github or send a mail to pyliblinear-bugs@perlig.de.
André "nd" Malo nd@perlig.de, GPG: 0x029C942244325167
If God intended people to be naked, they would be born that way. -- Oscar Wilde