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

调试

parent 6cb6f557
...@@ -96,10 +96,10 @@ class LinUCB: ...@@ -96,10 +96,10 @@ class LinUCB:
tag_id = tag_list[top_score_index] tag_id = tag_list[top_score_index]
top_tag_dict[tag_id] = top_score top_tag_dict[tag_id] = top_score
top_tag_set.add(tag_id) top_tag_set.add(tag_id)
if len(top_tag_dict) >= 5: if len(top_tag_dict) >= 100:
break break
if len(top_tag_dict) >= 5: if len(top_tag_dict) >= 100:
break break
return (top_tag_dict,top_tag_set) return (top_tag_dict,top_tag_set)
......
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