Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🚠 Python/Cython wrapper for liblbfgs

License

NotificationsYou must be signed in to change notification settings

dedupeio/pylbfgs

 
 

Repository files navigation

PyLBFGS

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

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

This package aims to provide a cleaner interface to the LBFGSalgorithm than is currently available inSciPy, and to provide theOWL-QN algorithm to Python users.

Part of theDedupe.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.txtpip install -e .

To run the test suite:

pytest tests

Authors

PyLBFGS was written by Lars Buitinck.

Alexis Mignon submitted a patch for error handling.

Packages

No packages published

Languages

  • C78.0%
  • Python11.3%
  • Cython10.7%

[8]ページ先頭

©2009-2025 Movatter.jp