Commit db49c69d authored by 宋柯's avatar 宋柯

模型调试

parent af9bb65f
......@@ -955,7 +955,7 @@ if __name__ == '__main__':
.join(expStaticFeatures, on = ["card_id", "partition_date"], how = 'left')\
.join(itemEsFeatureDF, on = ["card_id"], how = 'left')
samples = samples.withColumnRenamed("card_id", ITEM_PREFIX + CATEGORY_PREFIX + "card_id")\
.withColwithColumnRenamedumn("device_id", USER_PREFIX + CATEGORY_PREFIX + "device_id")\
.withColumnRenamed("device_id", USER_PREFIX + CATEGORY_PREFIX + "device_id")\
.drop("partition_date", "timestamp")
# | -- card_id: string(nullable=true)
......
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