Pyliblinear - a liblinear python API

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.

Supported python versions are Python 2.7 and Python 3.6+.

Documentation

Development Status

Beta.

The API is not stabilized yet. There also may be a few kinks here and there. But generally it works as expected.

License

pyliblinear is available under the terms and conditions of the “Apache License, Version 2.0.” You’ll find the detailed licensing terms in the root directory of the source distribution package 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.

Bugs

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>.

Author Information

pyliblinear was written and is maintained by André Malo.