To install locally:
- Download and install python with the full-suite 64-bit Anaconda distribution
- Download or clone the Intro to ML repository.
- Install the necessary packages:
pip install -r requirements.txt
- Test everything by opening each of the
.ipynb
notebooks and running the first few cells. This will download data automatically. The fourth notebook in particular downloads ~1GB of data.