Skip to content

Instantly share code, notes, and snippets.

@Beomi
Created August 20, 2019 05:10
Show Gist options
  • Select an option

  • Save Beomi/cf3d992432982b21627885a24b63fdfc to your computer and use it in GitHub Desktop.

Select an option

Save Beomi/cf3d992432982b21627885a24b63fdfc to your computer and use it in GitHub Desktop.
DASK + SKLearn
from sklearn.externals import joblib
with joblib.parallel_backend('dask'):
grid_search.fit(X, y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment