joblib.Memory

class joblib.Memory(cachedir, save_npy=True, mmap_mode=None, verbose=1)

A context object for caching a function’s return value each time it is called with the same input arguments.

All values are cached on the filesystem, in a deep directory structure.

see Reference documentation of the Memory class



Mailing list

joblib@librelist.com

Send an email to subscribe


Show this page source