Commit 11181e9c authored by 赵威's avatar 赵威

update price type

parent 5c1594d8
......@@ -425,7 +425,7 @@ def diary_feature_engineering(df):
diary_df["is_related_service"] = diary_df["is_related_service"].astype(int)
diary_df["service_id"] = diary_df["service_id"].astype(str)
diary_df["recommend_service_id"] = diary_df["recommend_service_id"].astype(str)
diary_df["recommend_service_price"] = diary_df["recommend_service_price"].astype(str)
diary_df["recommend_service_price"] = diary_df["recommend_service_price"].astype(int)
diary_df["service_id"] = diary_df["service_city"].fillna("-1")
diary_df["service_city"] = diary_df["service_city"].fillna("")
......
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