dedupeio / pylbfgs

:mountain_cableway: Python/Cython wrapper for liblbfgs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyLBFGS

https://travis-ci.org/dedupeio/pylbfgs.svg?branch=master

This is a Python wrapper around Naoaki Okazaki (chokkan)'s liblbfgs library of quasi-Newton optimization routines (limited memory BFGS and OWL-QN).

This package aims to provide a cleaner interface to the LBFGS algorithm than is currently available in SciPy, and to provide the OWL-QN algorithm to Python users.

Part of the Dedupe.io cloud service and open source toolset for de-duplicating and finding fuzzy matches in your data.

Installing

Type:

pip install pylbfgs

Hacking

Type:

pip install "pip>=10"
pip install -r requirements.txt
pip install -e .

To run the test suite:

pytest tests

Authors

PyLBFGS was written by Lars Buitinck.

Alexis Mignon submitted a patch for error handling.

About

:mountain_cableway: Python/Cython wrapper for liblbfgs

License:MIT License


Languages

Language:C 78.0%Language:Python 11.3%Language:Cython 10.7%