Commit a8ec78cc authored by 郭羽's avatar 郭羽

美购精排模型

parent 8b7a6324
......@@ -208,6 +208,7 @@ if __name__ == '__main__':
# 获取训练列
columns = df_train.columns.tolist()
print(columns)
emb_columns,number_columns,oneHot_columns, datasColumns,inputs = getTrainColumns(columns, data_vocab)
df_train = df_train[datasColumns + ["label"]]
......
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