Commit 670f53a6 authored by 宋柯's avatar 宋柯

模型调试

parent 89b27a64
......@@ -826,7 +826,9 @@ if __name__ == '__main__':
itemDF = get_service_feature_df()
print(itemDF.columns)
print(itemDF.head(10))
print(itemDF.head(100))
sys.exit()
# 行为数据
clickSql = getClickSql(startDay,endDay)
......
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