Script output

This commit is contained in:
Paul Schaub 2018-09-13 11:28:17 +02:00
parent 70edcea2ca
commit ed68d78d98
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ for query in queries:
predictions.extend(predict(n, query).astype('Float64').tolist())
else:
predictions.append(predict24h(n, query))
print(predictions)
print(predictions, file=open("test_data_gruppe4.json", "w"))