forked fromlarsmans/pylbfgs
- Notifications
You must be signed in to change notification settings - Fork15
🚠 Python/Cython wrapper for liblbfgs
License
NotificationsYou must be signed in to change notification settings
dedupeio/pylbfgs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
Type:
pip install pylbfgs
Type:
pip install "pip>=10"pip install -r requirements.txtpip install -e .
To run the test suite:
pytest tests
PyLBFGS was written by Lars Buitinck.
Alexis Mignon submitted a patch for error handling.
About
🚠 Python/Cython wrapper for liblbfgs
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published
Languages
- C78.0%
- Python11.3%
- Cython10.7%