Commit e1ead83a authored by 赵威's avatar 赵威

update type

parent c7296fd5
......@@ -83,7 +83,6 @@ _int_columns = [
"business_second_skip_num",
"service_price",
"service_sold_num",
"recommend_service_price",
]
_float_columns = [
"one_ctr",
......@@ -171,6 +170,7 @@ _categorical_columns = [
"service_city",
"recommend_service_id",
"recommend_service_city",
"recommend_service_price",
# "device_fd2",
# "device_sd2",
# "device_fs2",
......
......@@ -73,7 +73,7 @@ def main():
# print("ctr_auc: " + ctr_auc)
# print("ctcvr_auc: " + ctcvr_auc)
# print("@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@")
# total_time = "{:.2f}".format((time.time() - time_begin) / 60)
total_time = "{:.2f}".format((time.time() - time_begin) / 60)
# model_export_path = str(Path("/data/files/models/tractate/").expanduser())
# save_path = model_export(model, all_features, model_export_path)
......
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