coiled / data-science-at-scale

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

Closed ncclementi closed 3 years ago

ncclementi commented 3 years ago

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.

cc: @pavithraes

pavithraes commented 3 years ago

You're right. Thanks, Naty!