commit
This commit is contained in:
parent
817a360a15
commit
534d4c99b4
200000
dev-0/out.tsv
200000
dev-0/out.tsv
File diff suppressed because it is too large
Load Diff
@ -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')
|
||||||
|
200000
test-A/out.tsv
200000
test-A/out.tsv
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user