|
@@ -40,7 +40,7 @@ public class TacticsAndLRModelScoreRankService {
|
|
|
double s1 = item.getAdDirectionScore();
|
|
|
double s2 = item.getLrScore();
|
|
|
|
|
|
- item.setScore(s1 * s2);
|
|
|
+ item.setScore(s1);
|
|
|
|
|
|
item.getFeatureMap().putAll(adRankItem.getFeatureMap());
|
|
|
item.getMetaFeatureMap().putAll(adRankItem.getMetaFeatureMap());
|