Commit 4d8012c6 authored by Your Name's avatar Your Name

test

parent 734f50a8
......@@ -185,6 +185,8 @@ def predict(te_file):
print('*'*100)
df = pd.DataFrame(result, columns=["uid", "city", "cid_id", "pctcvr"])
df.head(10)
print("type result")
print(type(result))
return result
def trans(x):
......
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