This commit is contained in:
dylodylo 2020-05-05 15:10:34 +02:00
parent 817a360a15
commit 534d4c99b4
3 changed files with 200001 additions and 200001 deletions

200000
dev-0/out.tsv

File diff suppressed because it is too large Load Diff

View File

@ -130,7 +130,7 @@ def predict(path):
y_hat += dictionary[token] y_hat += dictionary[token]
except KeyError: except KeyError:
print("blad") print("blad")
exp_list.append(y_hat) exp_list.append(round(y_hat,0))
with open(path+"\\out.tsv", 'wt') as tsvfile: with open(path+"\\out.tsv", 'wt') as tsvfile:
tsv_writer = csv.writer(tsvfile, delimiter='\n') tsv_writer = csv.writer(tsvfile, delimiter='\n')

File diff suppressed because it is too large Load Diff