Commit a41c4d3e authored by Your Name's avatar Your Name

test

parent 24ccd069
......@@ -224,6 +224,8 @@ if __name__ == "__main__":
result = predict(te_files)
df = pd.DataFrame(result, columns=["uid", "city", "cid_id", "pctcvr"])
print(df.head(10))
df.to_csv(path="/home/gmuser/test.csv")
......
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