aertslab / arboreto

A scalable python-based framework for gene regulatory network inference using tree-based ensemble regressors.
BSD 3-Clause "New" or "Revised" License
54 stars 25 forks source link

remove dependency on distributed #6

Open tmoerman opened 6 years ago

tmoerman commented 6 years ago

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: