Commit 6aa119fc authored by 张彦钊's avatar 张彦钊

测试获取用户画像方法

parent 1ef54615
...@@ -111,7 +111,6 @@ def tag_boost(cid_str, tag_list): ...@@ -111,7 +111,6 @@ def tag_boost(cid_str, tag_list):
left_cids = list(set(left_cids)) left_cids = list(set(left_cids))
right_cids = [i for i in cids if i not in left_cids] right_cids = [i for i in cids if i not in left_cids]
tag_cids["right"] = right_cids tag_cids["right"] = right_cids
print(tag_cids)
tag_list.append("right") tag_list.append("right")
sort_cids = [] sort_cids = []
n = 0 n = 0
......
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