Skip to content

Commit

Permalink
Fixed warning message ips -> mtr (VowpalWabbit#1875)
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-rossi29 authored and peterychang committed May 24, 2019
1 parent 68f5b7f commit 2a04d45
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 2a04d45

Please sign in to comment.