data_baseIOLoaderDumpernumpy_to_npz

numpy_to_npz

Read and write a numpy array to the compressed .npz format.

See also

numpy_to_npy for saving a single numpy array to a npy file.

Classes

Loader

Loader for npz numpy arrays

Functions

check(obj)

Check whether the object can be saved with this dumper

dump(obj, savedir)

Write an object to a .npz file.