Commit 574c9a4f authored by 高雅喆's avatar 高雅喆

rename va.csv

parent 7d60f0d6
...@@ -195,7 +195,7 @@ def transform(a,validate_date): ...@@ -195,7 +195,7 @@ def transform(a,validate_date):
print("train shape") print("train shape")
print(train.shape) print(train.shape)
train.to_csv(path + "tr.csv", sep="\t", index=False) train.to_csv(path + "tr.csv", sep="\t", index=False)
test.to_csv(path + "te.csv", sep="\t", index=False) test.to_csv(path + "va.csv", sep="\t", index=False)
return model return model
......
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