Last active
January 8, 2019 19:20
-
-
Save fwhigh/bd8402c312a37a53fd1229504a205504 to your computer and use it in GitHub Desktop.
School of Data LA 2019: Predictive Models in Production
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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