This commit is contained in:
dylodylo 2020-05-05 14:57:56 +02:00
parent cd273579b2
commit 3915b308bb
3 changed files with 3 additions and 200003 deletions

100001
dev-0/out.tsv

File diff suppressed because one or more lines are too long

View File

@ -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)

File diff suppressed because one or more lines are too long