Commit 8b31acd6 authored by 张彦钊's avatar 张彦钊

add print

parent 442bf104
......@@ -122,10 +122,11 @@ def save_result(queue_name, x_list):
mm_scaler = MinMaxScaler()
score_df["score"] = mm_scaler.fit_transform(score_df[["score"]])
score_df["cid"] = x_list
print("概率前十行:")
print(score_df)
score_df["cid"] = x_list
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