Does Dask support GPU-accelerated matrix multiplication?
-
Create and activate a virtual environment, then pip install:
- jupyter
- pandas
- "dask[dataframe]" or "dask[complete]"
- pyarrow
-
Because the data files are in the 1GB range, they are not stored on GitHub
- You can recreate the demo data locally with make-demo-data.ipynb
-
Compare performance for pandas-demo.ipynb with dask-demo.ipynb
-
Go learn more in the Dask docs!