Commit 100d013b authored by 张彦钊's avatar 张彦钊

add print

parent 9d112c5a
......@@ -98,7 +98,11 @@ class multiFFMFormatPandas:
result_map = {}
for i in data_list:
print(len(i.get()))
result_map.update(i.get())
print("result_map")
print(len(result_map))
pool.close()
pool.join()
......@@ -199,8 +203,8 @@ def transform(a,validate_date):
test = test.drop("stat_date",axis=1)
# print("train shape")
# print(train.shape)
train.to_csv(path + "tr.csv", sep="\t", index=False)
test.to_csv(path + "va.csv", sep="\t", index=False)
# train.to_csv(path + "tr.csv", sep="\t", index=False)
# test.to_csv(path + "va.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