Skip to content

Instantly share code, notes, and snippets.

@JasonTam
Created October 8, 2019 17:33
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 JasonTam/45a2a6914ae63b4d003bf0c1b0a2b33b to your computer and use it in GitHub Desktop.
Save JasonTam/45a2a6914ae63b4d003bf0c1b0a2b33b to your computer and use it in GitHub Desktop.
this is the simplest way i found to install vowpal wabbit on ubuntu conda

clone down the vw repo git clone --recursive https://github.com/VowpalWabbit/vowpal_wabbit.git

Modify ./python/vowpalwabbit/conda_install.sh change the last line to install from pip pip install vowpalwabbit

And chmod u+x the file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment