Joblib documentation#
Joblib is a package for parallel computing and disk-based caching in Python. It is optimized to be fast and robust on large data in particular and has specific optimizations for numpy arrays. Joblib leaves your code and your flow control as unmodified as possible. It is BSD-licensed.
Get Joblib#
Joblib can be installed with pip, as it only relies on python files.
pip install joblib