change file name
This commit is contained in:
parent
7cee641b3b
commit
7e36de3d17
@ -16,5 +16,5 @@ with open("predictions.txt", "w") as f:
|
|||||||
f.write(str(predictions))
|
f.write(str(predictions))
|
||||||
|
|
||||||
accuracy = root_mean_squared_error(y_test, 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))
|
file.write(str(accuracy))
|
||||||
|
Loading…
Reference in New Issue
Block a user