Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 675 Bytes

File metadata and controls

12 lines (9 loc) · 675 Bytes

Dask_Tutorial

DASK is a python based parallel computing and task scheduling Library. It's smooth integration with popular python libraries numpy, pandas, sklearn make this an increasingly popular choice for parallel computing.

The intention of this tutorial is to give an overview about DASK to a beginner.

Some interesting tutorials:

  1. https://github.com/dask/dask-tutorial
  2. https://github.com/mrocklin/dask-workshop
  3. Distributed Random Forests: https://gist.github.com/mrocklin/9f5720d8658e5f2f66666815b1f03f00

NOTE: I am not a developer of DASK. It is developed by Continuum Analytics. See http://dask.pydata.org/en/latest/index.html for more information.