Fixes
This commit is contained in:
parent
48fc3361df
commit
b32605abe9
@ -21,5 +21,4 @@ scores = model.evaluate(x=test_X,
|
|||||||
y=test_Y)
|
y=test_Y)
|
||||||
|
|
||||||
with open('rmse.txt', 'w') as file:
|
with open('rmse.txt', 'w') as file:
|
||||||
for idx, score in enumerate(scores):
|
file.write(str(scores[1]) + "\n")
|
||||||
file.write(str(score) + "\n")
|
|
||||||
|
Loading…
Reference in New Issue
Block a user