commit
This commit is contained in:
parent
cd273579b2
commit
3915b308bb
100001
dev-0/out.tsv
100001
dev-0/out.tsv
File diff suppressed because one or more lines are too long
@ -134,9 +134,7 @@ def predict(path):
|
||||
|
||||
with open(path+"\\out.tsv", 'wt') as tsvfile:
|
||||
tsv_writer = csv.writer(tsvfile, delimiter='\t')
|
||||
# for i in exp_list:
|
||||
# tsv_writer.writerow(i)
|
||||
tsv_writer.writerows(map(lambda x: [-x], exp_list))
|
||||
tsv_writer.writerow(exp_list)
|
||||
|
||||
|
||||
|
||||
|
100001
test-A/out.tsv
100001
test-A/out.tsv
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user