Commit a4728bfe authored by 张彦钊's avatar 张彦钊

add hospital

parent c289617d
......@@ -199,8 +199,8 @@ def transform(a,validate_date):
test = test.drop("stat_date",axis=1)
# print("train shape")
# print(train.shape)
train.to_csv(path + "tr_new_doc.csv", sep="\t", index=False)
test.to_csv(path + "va_new_doc.csv", sep="\t", index=False)
train.to_csv(path + "tr_new_hosp.csv", sep="\t", index=False)
test.to_csv(path + "va_new_hosp.csv", sep="\t", index=False)
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