Commit 3e5fe418 authored by 郭羽's avatar 郭羽

美购精排模型

parent 9ecbefb6
......@@ -48,6 +48,7 @@ def csvTypeConvert(columns,df,data_vocab):
elif k != "label":
print(k)
df[k] = df[k].fillna(0.0)
df[k].show(10)
df[k] = df[k].astype("float")
df["label"] = df["label"].astype("int")
......
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