|
@@ -225,13 +225,13 @@ public class PredictModelServiceImpl implements PredictModelService {
|
|
|
|
|
|
String appTypeStr = requestParam.getAppType().toString();
|
|
String appTypeStr = requestParam.getAppType().toString();
|
|
|
|
|
|
- boolean in676Exp = expCodes.contains("676")
|
|
|
|
- || NewExpInfoHelper.checkInNewExpGroupAndSetParamIfIn(expCodes, appTypeStr, requestParam.getNewExpGroup(), "676", modelParam);
|
|
|
|
|
|
+ boolean in676Exp = expCodes.contains("673")
|
|
|
|
+ || NewExpInfoHelper.checkInNewExpGroupAndSetParamIfIn(expCodes, appTypeStr, requestParam.getNewExpGroup(), "673", modelParam);
|
|
if (in676Exp) {
|
|
if (in676Exp) {
|
|
- result = ThresholdModelContainer.getThresholdPredictModel("random676").predict(modelParam);
|
|
|
|
|
|
+ result = ThresholdModelContainer.getThresholdPredictModel("random673").predict(modelParam);
|
|
// 如果676实验返回结果,表示未命中规则即对应的用户来源和所属层存在配置,使用676实验的结果,否则继续走599实验
|
|
// 如果676实验返回结果,表示未命中规则即对应的用户来源和所属层存在配置,使用676实验的结果,否则继续走599实验
|
|
if (Objects.nonNull(result)) {
|
|
if (Objects.nonNull(result)) {
|
|
- log.info("广告跳出选择 -- 676实验结果: {}", JSONUtils.toJson(result));
|
|
|
|
|
|
+ log.info("广告跳出选择 -- 673实验结果: {}", JSONUtils.toJson(result));
|
|
return result;
|
|
return result;
|
|
}
|
|
}
|
|
}
|
|
}
|