change file name

This commit is contained in:
Sheaza 2024-05-14 22:24:34 +02:00
parent 7cee641b3b
commit 7e36de3d17

View File

@ -16,5 +16,5 @@ with open("predictions.txt", "w") as f:
f.write(str(predictions))
accuracy = root_mean_squared_error(y_test, predictions)
with open("accuracy.txt", 'a') as file:
with open("rmse.txt", 'a') as file:
file.write(str(accuracy))