DelayedΒΆ
As discussed in the custom graphs section,
sometimes a problem doesn’t fit into one of the collections like dask.bag
or
dask.array
. Instead of creating a dask directly using a dictionary, one can
use the dask.delayed
interface. This allows one to create graphs
directly with a light annotation of normal python code.