Commit 35ea777d authored by 张彦钊's avatar 张彦钊

add liuxao

parent f9622b5d
......@@ -202,7 +202,7 @@ def transform(a,validate_date):
print(train.shape)
# train.to_csv(path + "tr.csv", sep="\t", index=False)
# test.to_csv(path + "va.csv", sep="\t", index=False)
liuxiao = df[df["device_id"] == "358035085192742"]
liuxiao = df[(df["device_id"] == "358035085192742") & (df["y"]==1)]
liuxiao.to_csv(path + "liuxiao.csv", 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