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.
feat: explore eval target rate (VowpalWabbit#4285)
- Loading branch information
Showing
10 changed files
with
202 additions
and
55 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
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,37 @@ | ||
creating quadratic features for pairs: UA | ||
Enabling FTRL based optimization | ||
Algorithm used: Coin Betting | ||
ftrl_alpha = 4 | ||
ftrl_beta = 1 | ||
using no cache | ||
Reading datafile = train-sets/explore_eval_egreedy.dat | ||
num sources = 1 | ||
Num weight bits = 18 | ||
learning rate = 0.5 | ||
initial_t = 0 | ||
power_t = 0.5 | ||
cb_type = mtr | ||
Enabled reductions: ftrl-Coin Betting, scorer-identity, csoaa_ldf-rank, cb_adf, cb_explore_adf_large_action_space, cb_explore_adf_greedy, explore_eval, cb_actions_mask, shared_feature_merger | ||
Input label = CB | ||
Output pred = ACTION_PROBS | ||
average since example example current current current | ||
loss last counter weight label predict features | ||
0.000000 0.000000 1 1.0 known 0:0.25 1287 | ||
0.000000 0.000000 2 2.0 known 0:0.25 1287 | ||
-0.06859 -0.13719 4 4.0 known 0:0.25 1287 | ||
-0.29839 -0.52820 8 8.0 known 8:0.96 1287 | ||
-0.54535 -0.79230 16 16.0 known 8:0.96 1287 | ||
-0.53677 -0.52820 32 32.0 known 8:0.96 1287 | ||
|
||
finished run | ||
number of examples = 50 | ||
weighted example sum = 50.000000 | ||
weighted label sum = 0.000000 | ||
average loss = -0.408512 | ||
total feature number = 63450 | ||
weighted update count = 11.250000 | ||
average accepted example weight = 1.125000 | ||
violation count = 33 | ||
final multiplier = 1.000000 | ||
targeted update count = 10.000000 | ||
final rate = 0.266256 |
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,37 @@ | ||
creating quadratic features for pairs: UA | ||
Enabling FTRL based optimization | ||
Algorithm used: Coin Betting | ||
ftrl_alpha = 4 | ||
ftrl_beta = 1 | ||
using no cache | ||
Reading datafile = train-sets/explore_eval_egreedy.dat | ||
num sources = 1 | ||
Num weight bits = 18 | ||
learning rate = 0.5 | ||
initial_t = 0 | ||
power_t = 0.5 | ||
cb_type = mtr | ||
Enabled reductions: ftrl-Coin Betting, scorer-identity, csoaa_ldf-rank, cb_adf, cb_explore_adf_squarecb, explore_eval, shared_feature_merger | ||
Input label = CB | ||
Output pred = ACTION_PROBS | ||
average since example example current current current | ||
loss last counter weight label predict features | ||
0.000000 0.000000 1 1.0 known 0:0.11 1287 | ||
-0.50000 -1.00000 2 2.0 known 0:0.11 1287 | ||
-0.32483 -0.14966 4 4.0 known 8:0.27 1287 | ||
-0.25223 -0.17962 8 8.0 known 8:0.27 1287 | ||
-0.26083 -0.26944 16 16.0 known 8:0.38 1287 | ||
-0.20807 -0.15530 32 32.0 known 8:0.4 1287 | ||
|
||
finished run | ||
number of examples = 50 | ||
weighted example sum = 50.000000 | ||
weighted label sum = 0.000000 | ||
average loss = -0.390862 | ||
total feature number = 63450 | ||
weighted update count = 16.413322 | ||
average accepted example weight = 1.492120 | ||
violation count = 4 | ||
final multiplier = 1.000000 | ||
targeted update count = 10.000000 | ||
final rate = 0.230407 |
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
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
Oops, something went wrong.