|
@@ -101,7 +101,10 @@ public class ScoreV2ThresholdPredictModel extends ThresholdPredictModel {
|
|
}
|
|
}
|
|
if(maxItem != null){
|
|
if(maxItem != null){
|
|
ThresholdModelContainer.mergingDigestAddScore(maxItem.getScore());
|
|
ThresholdModelContainer.mergingDigestAddScore(maxItem.getScore());
|
|
|
|
+ //删除多余打印
|
|
maxItem.setItemFeature(null);
|
|
maxItem.setItemFeature(null);
|
|
|
|
+ maxItem.setLrSampleString(null);
|
|
|
|
+ maxItem.setLrSampleStringOrgin(null);
|
|
log.info("svc=ScoreV2ThresholdPredictModel_predict modelName=ScoreV2ThresholdPredictModel maxItem={} extraParam={} app_type={} realThreshold={}",
|
|
log.info("svc=ScoreV2ThresholdPredictModel_predict modelName=ScoreV2ThresholdPredictModel maxItem={} extraParam={} app_type={} realThreshold={}",
|
|
JSONObject.toJSONString(maxItem), JSONObject.toJSONString(scoreParam.getExtraParam()),modelParam.getAppType(),realThreshold);
|
|
JSONObject.toJSONString(maxItem), JSONObject.toJSONString(scoreParam.getExtraParam()),modelParam.getAppType(),realThreshold);
|
|
}
|
|
}
|