Commit 44d88444 authored by 张彦钊's avatar 张彦钊

add print

parent 4581dce4
......@@ -262,6 +262,7 @@ if __name__ == "__main__":
df, validate_date, ucity_id,ccity_name = get_data()
model = transform(df, validate_date)
# get_predict_set(ucity_id,model,ccity_name)
b = time.time()
print("cost(分钟)")
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