Commit d81cdce1 authored by 张彦钊's avatar 张彦钊

把esmm 预测后的日记队列数量由1000改回500

parent 8f301420
......@@ -378,7 +378,7 @@ def trans(x):
def set_join(lst):
l = lst.unique().tolist()
r = [str(i) for i in l]
r =r[:1000]
r =r[:500]
return ','.join(r)
def df_sort(result,queue_name):
......
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