Skip to content
Jack Gerrits edited this page Dec 12, 2018 · 20 revisions

First step is to get VW by either:

  • Installing with a package manager
    • apt-get
      • sudo apt-get install vowpal-wabbit
      • Currently version 8.5
    • Homebrew
      • brew install vowpal-wabbit
      • Currently version 8.6.1
    • Pypi
      • pip install vowpalwabbit
      • Currently version 8.6.1
  • Or, build from source

Then, follow the tutorial.

Clone this wiki locally