...
Ray provides a scheduler for Dask (i.e. dask-on-ray) which allows you to build data analyses using Dask’s collections and execute the underlying tasks on a Ray cluster.
You can set up either a local Ray cluster or a pre-defined cluster across multiple nodes.
To enable dask-on-ray, simply call the helper "enable_dask_on_ray()" after inilizing initialising the ray cluster.
import ray |
...