Commit 66e025dc authored by 宋柯's avatar 宋柯

模型调试

parent 5d416d18
......@@ -947,6 +947,7 @@ if __name__ == '__main__':
.join(expStaticFeatures, on = ["card_id", "partition_date"], how = 'left')\
.join(itemEsFeatureDF, on = ["card_id"], how = 'left')
samples.printSchema()
samples.show(20, False)
sys.exit()
# user columns
......
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