|
@@ -84,7 +84,7 @@ public class VideoAdThompsonScorer extends BaseThompsonSamplingScorer {
|
|
|
double pscore = 0.0;
|
|
|
double ecpm = 0.0;
|
|
|
try {
|
|
|
- pscore = model.cvrScore(item);
|
|
|
+ pscore = model.score(item);
|
|
|
ecpm = item.getCpa() * item.getBid1() * item.getBid2() * pscore;
|
|
|
} catch (Exception e) {
|
|
|
LOGGER.error("score error for doc={} exception={}", new Object[]{
|