|
@@ -40,7 +40,7 @@ public class PredictServiceV2 {
|
|
|
if (randomRate < newUserShowAdRate) {
|
|
|
context.getLogParam().getScoreMap().put("newUserShowAdRate", newUserShowAdRate);
|
|
|
context.getLogParam().getScoreMap().put("randomRate", randomRate);
|
|
|
- score = 0;
|
|
|
+ score = 1;
|
|
|
}
|
|
|
} else {
|
|
|
context.getLogParam().getMetaFeature().putAll(userFeature);
|