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: fffa41711dbed7460e7f38f2d09eeaefae472db1 (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
This is the vowpal wabbit fast online learning code.  It is Copyright
(c) 2009 Yahoo! Inc, and released for use under the BSD (revised) open
source license.

Contributing authors are John Langford (Primary), Lihong Li, Alex
Strehl, and Shubham Chopra, and Gordon Rios.  This is the second VW
release, and our intention is to create an open source project this
time.

Checked into github with clone URL:
git://github.com/JohnLangford/vowpal_wabbit.git

To get the code install git -- in a clean directory:

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

Gordon created a tag for the completely stock initial distribution '2.3'
so to check out that original release and create a branch based on it:

git checkout 2.3
git checkout -b from-2.3

Or, in one command:

git checkout -b from-2.3 2.3

Swicegood, Travis. Pragmatic Version Control with Git. 2008. (p. 102)

Alternatively, the code can be downloaded directly from github:

http://github.com/gparker/vowpal_wabbit/downloads