Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
John Langford's original release of Vowpal Wabbit -- a fast online learning algorithm
branch: master
Failed to load latest commit information.
acinclude.d removed auto generated build output
c_test Merge pull request #388 from smartkiwi/c_wrapper
cluster Merge pull request #396 from nicknussbaum/master
cs_test fixes #30
demo Merge pull request #410 from sam-s/master
deploy_vw Add an optional deploy_vw project to the VW solution/
explore used casting to disambiguate to_string
java fix java interface to use predict
library separated label from prediction
python typo
test correct early termination
utl fixed osx bug in active iterator
vowpalwabbit screw tightening
.gitignore Removing unncessary gitignore entry
.gitkeep
.travis.yml Trying to get travis to build Java project as well
AUTHORS Update: many new names since last time this was changed
ChangeLog
INSTALL README -> README.md
LICENSE merged john's changes
Makefile fixed CB evaluation problem
Makefile.am Fixing make step on *nix
NEWS
README.deploy.txt Add an optional deploy_vw project to the VW solution/
README.md mac install fix from Raja
README.windows.txt Add missing step + symetric step x86 / 64 + misc
autogen.sh maybe fix for boost compile problems?
configure.ac bump version number
deployvw.bat Change deplowvw.bat to include cluster spanning_tree.exe
mkdevdist.sh added missing files
zlibpatch.zip add a zlibpatch.zip to preserve windows line endings

README.md

/*
Copyright (c) by respective owners including Yahoo!, Microsoft, and
individual contributors. All rights reserved.  Released under a BSD (revised)
license as described in the file LICENSE.
 */

Build Status

This is the vowpal wabbit fast online learning code. For Windows, look at README.windows.txt

You can download the latest version from here: https://github.com/JohnLangford/vowpal_wabbit/wiki/Download

Alternatively, the very latest version is available here:

git clone git://github.com/JohnLangford/vowpal_wabbit.git

You should be able to build it on most systems with: make (make test)

If that fails, try:

./autogen.sh
make
(make test)
make install

Note that ./autogen.sh requires automake.On OSX, this implies installing 'glibtools'.

For OSX: if make fails with errors then try:

brew install libtool
brew install boost --with-python

This will install appropriate versions of 'glibtools' and 'boost' on OSX.

Options that were passed to ./configure in 7.6 and earlier may now be passed to ./autogen.sh.

Be sure to read the wiki: https://github.com/JohnLangford/vowpal_wabbit/wiki for the tutorial, command line options, etc.

The 'cluster' directory has it's own documentation for cluster parallel use, and the examples at the end of test/Runtests give some example flags.

Something went wrong with that request. Please try again.