Commit 734f50a8 authored by Your Name's avatar Your Name

test

parent 4863e628
......@@ -180,8 +180,9 @@ def predict(te_file):
result = []
for prob in preds:
result.append([str(prob["uid"][0]), str(prob["city"][0]), str(prob["cid_id"][0]), str(prob['pctcvr'])])
print("result[0]")
print(result[0])
print("result")
print(result)
print('*'*100)
df = pd.DataFrame(result, columns=["uid", "city", "cid_id", "pctcvr"])
df.head(10)
return result
......
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