Fixes
Some checks failed
s434704-training/pipeline/head This commit looks good
s434704-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Wojciech Jarmosz 2021-05-15 01:15:56 +02:00
parent 48fc3361df
commit b32605abe9
2 changed files with 3 additions and 2 deletions

View File

@ -21,5 +21,4 @@ scores = model.evaluate(x=test_X,
y=test_Y)
with open('rmse.txt', 'w') as file:
for idx, score in enumerate(scores):
file.write(str(score) + "\n")
file.write(str(scores[1]) + "\n")

2
rmse.txt Normal file
View File

@ -0,0 +1,2 @@
0.10223432630300522
0.12947769463062286