Commit aec6d404 authored by 段英荣's avatar 段英荣

modify

parent b921be70
...@@ -87,10 +87,10 @@ class LinUCB: ...@@ -87,10 +87,10 @@ class LinUCB:
for top_score_index in np_score_dict[top_score]: for top_score_index in np_score_dict[top_score]:
tag_id = str(tag_list[top_score_index], encoding="utf-8") tag_id = str(tag_list[top_score_index], encoding="utf-8")
top_tag_dict[tag_id] = top_score top_tag_dict[tag_id] = top_score
if len(top_tag_dict) >= 20: if len(top_tag_dict) >= 100:
break break
if len(top_tag_dict) >= 20: if len(top_tag_dict) >= 100:
break break
logging.info("duan add,device_id:%s,sorted_np_score_list:%s,np_score_dict:%s" % (str(device_id), str(sorted_np_score_list), str(np_score_dict))) logging.info("duan add,device_id:%s,sorted_np_score_list:%s,np_score_dict:%s" % (str(device_id), str(sorted_np_score_list), str(np_score_dict)))
......
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