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