Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
blob: 451cd71fab1349712b65507991d8d2fa676ec9a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
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.
 */

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
./configure
make
(make test)
make install

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

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.