copy artifacts metrics

This commit is contained in:
Karolina Oparczyk 2021-05-20 18:31:51 +02:00
parent f45f80b352
commit bcedeab846

View File

@ -38,4 +38,4 @@ error = mean_squared_error(y_test, prediction_denormalized)
print(error)
with open("rmse.txt", "a") as file:
file.write(str(error))
file.write(str(error) + "\n")