Skip to content

Commit

Permalink
Merge branch 'master' into new-java-build
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-morra-zefr authored Mar 9, 2017
2 parents 7a1103e + ee2bcac commit ab5b700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vowpalwabbit/marginal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ struct data
if (sm.unweighted_marginals)
{
m.first = m.first * (1. - sm.decay) + ec.l.simple.label;
m.second = m.second * (1. - sm.decay);
m.second = m.second * (1. - sm.decay) + 1.;
}
else
{
Expand Down

0 comments on commit ab5b700

Please sign in to comment.