copy artifacts metrics
This commit is contained in:
parent
109b32f25e
commit
87117b2c08
@ -38,4 +38,4 @@ error = mean_squared_error(y_test, prediction_denormalized)
|
||||
print(error)
|
||||
|
||||
with open("rmse.txt", "a") as file:
|
||||
file.write(error)
|
||||
file.write(str(error))
|
||||
|
Loading…
Reference in New Issue
Block a user