Commit 23af1a9f authored by Your Name's avatar Your Name

test

parent a41c4d3e
......@@ -224,7 +224,7 @@ 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")
df.to_csv("/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