Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 699 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 699 Bytes

KAR Global ML Roundtable - Dask

This tutorial was given at KAR Global's ML Roundtable on 2021-05-20. It is mostly populated with culled down work done by the Dask team for tutorials found in the following locations:

Prepare

1. Clone this repository:

git clone git@github.com:drewfustin/kar-roundtable-dask.git

2. Install necessary packages using Conda:

conda env create -f environment.yml
conda activate kar-dask
jupyter labextension install @jupyter-widgets/jupyterlab-manager

3. Launch Jupyter:

jupyter lab