Commit 9715c74c authored by 张彦钊's avatar 张彦钊

预测集增加应用列表特征

parent 5b75983b
......@@ -144,6 +144,7 @@ def get_predict(date,value_map,app_list_map):
12: "device_id", 13: "cid_id", 14: "time",15:"app_list"})
df["stat_date"] = date
df["app_list"] = df["app_list"].fillna("lost_na")
df["app_list"] = df["app_list"].apply(app_list_func,args=(app_list_map,))
print("predict shape")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment