Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pyliblinear

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyliblinear

A liblinear python API

  • 247.1
  • PyPI
  • Socket score

Maintainers
1

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

.. _liblinear: http://www.csie.ntu.edu.tw/~cjlin/liblinear/

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.


Copyright and License

Copyright 2015 - 2024 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.

.. _liblinear: http://www.csie.ntu.edu.tw/~cjlin/liblinear/ .. _3-clause BSD license: http://opensource.org/licenses/BSD-3-Clause

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
<https://github.com/ndparker/pyliblinear>`_ or send a mail to
<pyliblinear-bugs@perlig.de>.


Author Information

André "nd" Malo

GPG: 0x029C942244325167

If God intended people to be naked, they would be born that way.
-- Oscar Wilde

.. vim:tw=72 syntax=rest

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc