Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aagnone3/81b10a483a5a0fc012d384896c25a182 to your computer and use it in GitHub Desktop.
Save aagnone3/81b10a483a5a0fc012d384896c25a182 to your computer and use it in GitHub Desktop.
# create and activate environment
virtualenv pandas_like_ml
source pandas_like_ml/bin/activate
# install your desired libraries
pip install --upgrade pip
pip install scikit-learn==0.21.1
pip install pandas==0.19.1
# the main event
python eigenfaces.py -n 20000
# we're done here, so exit the environment
source deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment