Commit f0c957b5 authored by Your Name's avatar Your Name

test dist predict

parent aa21faad
......@@ -187,7 +187,8 @@ def main(te_file):
for prob in preds:
# ctcvr.append((prob["sample_id"][0],prob['pctcvr']))
# str_result = str_result + str(prob["sample_id"][0]) + ":"+ prob["uid"] + ":" + prob["city"] + ":" + str(prob["cid_id"]) + ":" + str(prob['pctcvr']) + ";"
return prob.keys()
str_result = prob.keys()
return str_result
# return str_result[:-1]
# indices = []
......
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