A Pythonic introduction to methods for scaling your data science and machine learning work to larger datasets and larger models, using the tools and APIs you know and love from the PyData stack (such as numpy, pandas, and scikit-learn).
MIT License
112
stars
38
forks
source link
Import of LocalCluster not needed in coiled sec #35
In the section Multi-machine parallelism in the cloud with Coiled of 3-machine-learning.ipynb currently there is an import that includes LocalCluster which is not used/needed in that section and can cause confusion.
In the section Multi-machine parallelism in the cloud with Coiled of
3-machine-learning.ipynb
currently there is an import that includesLocalCluster
which is not used/needed in that section and can cause confusion.cc: @pavithraes