|
@@ -45,11 +45,11 @@ public class PAIModelV1 {
|
|
|
};
|
|
|
|
|
|
private static final String[] sparseUserLongFeatures = {
|
|
|
- "is_first_layer"
|
|
|
+ "vid", "apptype", "is_first_layer"
|
|
|
};
|
|
|
|
|
|
private static final String[] sparseSceneLongFeatures = {
|
|
|
- "vid", "apptype", "hour", "hour_quarter"
|
|
|
+ "hour", "hour_quarter"
|
|
|
};
|
|
|
|
|
|
private static final String[] sparseAdLongFeatures = {
|