Skip to content

Instantly share code, notes, and snippets.

@fwhigh
Last active January 8, 2019 19:20
Show Gist options
  • Save fwhigh/bd8402c312a37a53fd1229504a205504 to your computer and use it in GitHub Desktop.
Save fwhigh/bd8402c312a37a53fd1229504a205504 to your computer and use it in GitHub Desktop.
School of Data LA 2019: Predictive Models in Production
#!/usr/bin/env bash
mkdir -p data
cd data
wget https://archive.ics.uci.edu/ml/machine-learning-databases/00380/YouTube-Spam-Collection-v1.zip
unzip YouTube-Spam-Collection-v1.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment