API Reference#
Classes#
|
A context object for caching a function's return value each time it is called with the same input arguments. |
|
Helper class for readable parallel mapping. |
|
Set the default backend or configuration for |
Functions#
|
Return the number of CPUs. |
|
Persist an arbitrary Python object into one file. |
|
Reconstruct a Python object from a file persisted with joblib.dump. |
|
Quick calculation of a hash to identify uniquely Python objects containing numpy arrays. |
|
Register a new compressor. |
Deprecated functionalities#
|
Change the default backend used by Parallel inside a with block. |