forked from VowpalWabbit/vowpal_wabbit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not output progressive validation loss for oaa with subsampling (V…
…owpalWabbit#1880) * do not output progressive validation loss for oaa with subsampling * oaa_subsample test * oaa_subsample unit test fix * tests reordering * tests fix
- Loading branch information
1 parent
07cd90a
commit d533941
Showing
5 changed files
with
43 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Num weight bits = 18 | ||
learning rate = 0.5 | ||
initial_t = 0 | ||
power_t = 0.5 | ||
decay_learning_rate = 1 | ||
creating cache_file = train-sets/multiclass.cache | ||
Reading datafile = train-sets/multiclass | ||
num sources = 1 | ||
average since example example current current current | ||
loss last counter weight label predict features | ||
n.a. n.a. 1 1.0 1 1 2 | ||
n.a. n.a. 2 2.0 2 1 2 | ||
n.a. n.a. 4 4.0 4 1 2 | ||
n.a. n.a. 8 8.0 8 1 2 | ||
n.a. n.a. 16 16.0 6 6 2 | ||
n.a. n.a. 32 32.0 2 2 2 | ||
n.a. n.a. 64 64.0 4 4 2 | ||
|
||
finished run | ||
number of examples per pass = 10 | ||
passes used = 10 | ||
weighted example sum = 100.000000 | ||
weighted label sum = 0.000000 | ||
average loss = n.a. | ||
total feature number = 200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters