Commit 4fda1db2 authored by 段英荣's avatar 段英荣

调试

parent 3642f258
...@@ -91,10 +91,10 @@ class LinUCB: ...@@ -91,10 +91,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) >= 20: if len(top_tag_dict) >= 1000:
break break
if len(top_tag_dict) >= 20: if len(top_tag_dict) >= 1000:
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