Created
August 20, 2019 05:10
-
-
Save Beomi/cf3d992432982b21627885a24b63fdfc to your computer and use it in GitHub Desktop.
DASK + SKLearn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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