Commit ede972bc authored by 张彦钊's avatar 张彦钊

delete time

parent ab797e3b
...@@ -291,7 +291,7 @@ if __name__ == "__main__": ...@@ -291,7 +291,7 @@ if __name__ == "__main__":
a = time.time() a = time.time()
temp, validate_date, ucity_id,ccity_name,manufacturer,channel = get_data() temp, validate_date, ucity_id,ccity_name,manufacturer,channel = get_data()
model = transform(temp, validate_date) model = transform(temp, validate_date)
# get_predict_set(ucity_id,model,ccity_name,manufacturer,channel) get_predict_set(ucity_id,model,ccity_name,manufacturer,channel)
b = time.time() b = time.time()
print("cost(分钟)") print("cost(分钟)")
print((b-a)/60) print((b-a)/60)
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