Browse Source

Merge branch 'master' into feature_gufengshou_20240311_random_predict_with_90share

gufengshou1 1 year ago
parent
commit
05c5099e44

+ 1 - 1
ad-engine-service/src/main/java/com/tzld/piaoquan/ad/engine/service/predict/impl/PredictModelServiceImpl.java

@@ -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)){