joblib
Lightweight pipelining: using Python functions as pipeline jobs.
Lightweight pipelining: using Python functions as pipeline jobs.
To install this package, run one of the following:
"A set of tools to provide lightweight pipelining in Python. In particular: transparent disk-caching of functions and lazy re-evaluation (memoize pattern), easy simple parallel computing. Joblib is optimized to be fast and robust on large data in particular and has specific optimizations for numpy arrays."
Summary
Lightweight pipelining: using Python functions as pipeline jobs.
Last Updated
Mar 31, 2025 at 22:04
License
BSD-3-Clause
Total Downloads
19
Supported Platforms
Unsupported Platforms
GitHub Repository
https://github.com/joblib/joblibDocumentation
https://joblib.readthedocs.io/