commit
This commit is contained in:
parent
3915b308bb
commit
817a360a15
100001
dev-0/out.tsv
100001
dev-0/out.tsv
File diff suppressed because one or more lines are too long
@ -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)
|
||||
|
||||
|
||||
|
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