|
@@ -58,6 +58,12 @@ public class PAIModelV1 {
|
|
|
public List<Float> score(final List<AdRankItem> items,
|
|
|
final Map<String, String> userFeatureMap,
|
|
|
final Map<String, String> sceneFeatureMap) {
|
|
|
+ LOGGER.info("items={}", items.get(0).getFeatureMap());
|
|
|
+ LOGGER.info("userFeatureMap={}", userFeatureMap);
|
|
|
+ LOGGER.info("sceneFeatureMap={}", sceneFeatureMap);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
try {
|
|
|
TFRequest request = new TFRequest();
|
|
|
|