Skip to content

Commit

Permalink
Merge 31d7e21 into 8e00eba
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-rossi29 committed May 14, 2019
2 parents 8e00eba + 31d7e21 commit 2ab83bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vowpalwabbit/cb_adf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ base_learner* cb_adf_setup(options_i& options, vw& all)
ld->gen_cs.cb_type = CB_TYPE_SM;
else
{
all.trace_message << "warning: cb_type must be in {'ips','dr','mtr','dm','sm'}; resetting to ips." << std::endl;
all.trace_message << "warning: cb_type must be in {'ips','dr','mtr','dm','sm'}; resetting to mtr." << std::endl;
ld->gen_cs.cb_type = CB_TYPE_MTR;
}

Expand Down

0 comments on commit 2ab83bb

Please sign in to comment.