Esther
0
Q:

dask scikit learn

from dask.distributed import Client
import joblib

client = Client()  # Connect to a Dask Cluster

with joblib.parallel_backend('dask'):
    # Your normal scikit-learn code here
0

New to Communities?

Join the community