|
@@ -230,8 +230,8 @@ public class PredictModelServiceImpl implements PredictModelService {
|
|
|
if (in676Exp) {
|
|
|
result = ThresholdModelContainer.getThresholdPredictModel("random676").predict(modelParam);
|
|
|
|
|
|
- log.info("广告跳出选择 -- 676实验结果: {}", JSONUtils.toJson(result));
|
|
|
if (Objects.nonNull(result)) {
|
|
|
+ log.info("广告跳出选择 -- 676实验结果: {}", JSONUtils.toJson(result));
|
|
|
return result;
|
|
|
}
|
|
|
}
|