|
@@ -1,5 +1,6 @@
|
|
|
package com.tzld.piaoquan.ad.engine.commons.score.model;
|
|
|
|
|
|
+import com.alibaba.fastjson.JSON;
|
|
|
import com.aliyun.openservices.eas.predict.http.HttpConfig;
|
|
|
import com.aliyun.openservices.eas.predict.http.PredictClient;
|
|
|
import com.aliyun.openservices.eas.predict.request.TFDataType;
|
|
@@ -127,7 +128,7 @@ public class PAIModelV1 {
|
|
|
final Map<String, String> userFeatureMap,
|
|
|
final Map<String, String> sceneFeatureMap) {
|
|
|
try {
|
|
|
- LOGGER.info("PAIModelV1 items={}", items.get(0).getFeatureMap());
|
|
|
+ LOGGER.info("PAIModelV1 items={}", JSON.toJSONString(items.get(0).getFeatureMap()));
|
|
|
TFRequest request = new TFRequest();
|
|
|
|
|
|
for (String feature : sparseUserStrFeatures) {
|