This commit is contained in:
dylodylo 2020-05-05 15:02:04 +02:00
parent 3915b308bb
commit 817a360a15
3 changed files with 200001 additions and 3 deletions

100001
dev-0/out.tsv

File diff suppressed because one or more lines are too long

View File

@ -133,7 +133,7 @@ def predict(path):
exp_list.append(y_hat)
with open(path+"\\out.tsv", 'wt') as tsvfile:
tsv_writer = csv.writer(tsvfile, delimiter='\t')
tsv_writer = csv.writer(tsvfile, delimiter='\n')
tsv_writer.writerow(exp_list)

File diff suppressed because one or more lines are too long