joblib.load

joblib.load(filename, mmap_mode=None)

Reconstruct a Python object and the numpy arrays it contains from a persisted file.

This function loads the numpy array files saved separately. If the mmap_mode argument is given, it is passed to np.save and arrays are loaded as memmaps. As a consequence, the reconstructed object might not match the original pickled object.

See also

joblib.dump
function to save the object


Mailing list

joblib@librelist.com

Send an email to subscribe


Show this page source