|
@@ -101,6 +101,7 @@ public class ScoreV2ThresholdPredictModel extends ThresholdPredictModel {
|
|
result.put("score", maxItem == null ? -1 : maxItem.getScore());
|
|
result.put("score", maxItem == null ? -1 : maxItem.getScore());
|
|
result.put("ad_predict", adPredict);
|
|
result.put("ad_predict", adPredict);
|
|
log.info("svc=predict modelName=modelV2 result={}", JSONObject.toJSONString(result));
|
|
log.info("svc=predict modelName=modelV2 result={}", JSONObject.toJSONString(result));
|
|
|
|
+
|
|
return result;
|
|
return result;
|
|
}
|
|
}
|
|
}
|
|
}
|