See the TPOT project for pointers on how to only have dask as a dependency and have dask implicitly determine whether a distributed scheduler should be used or not.
Observation:
the life cycle of the distributed client is completely removed from the TPOT code. This is also desirable for Arboreto.
See the TPOT project for pointers on how to only have dask as a dependency and have dask implicitly determine whether a distributed scheduler should be used or not.
Observation: