Script output
This commit is contained in:
parent
70edcea2ca
commit
ed68d78d98
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
Loading…
Reference in a new issue