|
@@ -101,6 +101,7 @@ public class ScoreV2ThresholdPredictModel extends ThresholdPredictModel {
|
|
|
}
|
|
|
if(maxItem != null){
|
|
|
ThresholdModelContainer.mergingDigestAddScore(maxItem.getScore());
|
|
|
+ maxItem.setItemFeature(null);
|
|
|
log.info("svc=ScoreV2ThresholdPredictModel_predict modelName=ScoreV2ThresholdPredictModel maxItem={} extraParam={} app_type={} realThreshold={}",
|
|
|
JSONObject.toJSONString(maxItem), JSONObject.toJSONString(scoreParam.getExtraParam()),modelParam.getAppType(),realThreshold);
|
|
|
}
|