Commit dc29eb10 authored by 郭羽's avatar 郭羽

美购精排模型

parent 04be6f02
......@@ -48,7 +48,7 @@ def getDataVocabFromRedis(version):
# 数据类型转换
def csvTypeConvert(columns,df,data_vocab):
print(set(df["label"].tolist()))
df["label"] = df["label"].astype("int")
# df["label"] = df["label"].astype("int")
for k in columns:
# 离散na值填充
if data_vocab.get(k):
......
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