|
@@ -220,7 +220,7 @@ public class PredictModelServiceImpl implements PredictModelService {
|
|
|
// if(randomModelExpCode!=null){
|
|
|
// modelParam.addUserExtraFuture("randomModelKey",ExpCodeEnum.valueOfExpCode(randomModelExpCode).getRandomModelKey());
|
|
|
result = ThresholdModelContainer.
|
|
|
- getThresholdPredictModel("random")
|
|
|
+ getThresholdPredictModel("immersion")
|
|
|
.predict(modelParam);
|
|
|
} else if (adPredictBreakSwitch || isHit) {
|
|
|
if(expCodes.contains(adPredictNoShareUserExpCode)&&"noShare".equals(shareType)){
|