This commit is contained in:
parent
f1c736ab47
commit
48fc3361df
@ -22,4 +22,4 @@ scores = model.evaluate(x=test_X,
|
||||
|
||||
with open('rmse.txt', 'w') as file:
|
||||
for idx, score in enumerate(scores):
|
||||
file.write(str(score))
|
||||
file.write(str(score) + "\n")
|
||||
|
@ -14,4 +14,4 @@ if os.path.exists("rmse.txt"):
|
||||
result = line
|
||||
|
||||
with open("bulk_metrics.txt", "a") as file:
|
||||
file.write(result)
|
||||
file.write(build_no + " " + result + "\n")
|
||||
|
Loading…
Reference in New Issue
Block a user