dasf.transforms.memory
Memory Management module.
Classes
Allow persisting a dask array to memory and return a copy of the object. |
|
Allow persisting a dask array to memory. It will gather the data blocks |
Module Contents
- class dasf.transforms.memory.PersistDaskData[source]
Bases:
dasf.transforms.base.Transform
Allow persisting a dask array to memory and return a copy of the object. It will gather the data blocks from all workers and resembles locally.
- __lazy_transform_generic(X)
- class dasf.transforms.memory.ComputeDaskData[source]
Bases:
dasf.transforms.base.Transform
Allow persisting a dask array to memory. It will gather the data blocks from all workers and resembles locally.
- __lazy_transform_generic(X)