Commit 1e1a69e0 authored by 张彦钊's avatar 张彦钊

add print

parent 16afa9d6
...@@ -122,7 +122,7 @@ def save_result(queue_name, x_list): ...@@ -122,7 +122,7 @@ def save_result(queue_name, x_list):
score_df["cid"] = x_list score_df["cid"] = x_list
score_df = score_df.sort_values(by="score", ascending=False) score_df = score_df.sort_values(by="score", ascending=False)
print("概率前十行:") print("概率前十行:")
print(score_df.head(10)) print(score_df.head(100))
return score_df return score_df
......
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