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.
- Loading branch information
1 parent
df2f63c
commit 295b1ef
Showing
3 changed files
with
41 additions
and
12 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,24 @@ | ||
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 | ||
0.666667 0.666667 3 3.0 3 1 2 | ||
0.833333 1.000000 6 6.0 6 1 2 | ||
0.818182 0.800000 11 11.0 1 1 2 | ||
0.636364 0.454545 22 22.0 2 2 2 | ||
0.318182 0.000000 44 44.0 4 4 2 | ||
0.160920 0.000000 87 87.0 7 7 2 | ||
|
||
finished run | ||
number of examples = 100 | ||
weighted example sum = 100 | ||
weighted label sum = 0 | ||
average loss = 0.14 | ||
best constant = 0 | ||
total feature number = 200 |
Empty file.