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

README « test - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 35d28fe5ff690cf8f9814db757b5ebb72f4432a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Test suite for vw:
------------------

You may add arbitrary (train/test/varying-options) tests
by adding:
    1) Data (train, test, predict) files
    2) vw command to run using the above data files
    3) Expected (reference) STDOUT, STDERR, and predictions-file
       for the command.

Additional tests can be added below the __DATA__ section in RunTests.

See the comment above __DATA__ in 'RunTests' for full details on
how to add more tests or simply refer to the examples therein.

--ariel