Dask-ML

Dask is not necessarily a good way to scale up your model trainingmost models require interaction, and therefore should stay within one machine. At the same time, most sklearn models can work on multiple CPUs on their own, and so Dask isn't required.

With that being said, there are plenty of cases when using Dask could be beneficial. For that, there is an additional layer over DaskDask-ML. Dask-ML helps connect Dask to sklearn and other ML libraries (for example, XGBoost and TensorFlow), thereby allowing you to run some parallelizable models (linear models, for example, or some clustering algorithms), execute hyperparameter searches with different hyperparameters being executed on different servers, or connect distributed datasets to large modules, such as XGBoost.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.224.52.200