SyntaxFix
Write A Post
Hire A Developer
Questions
This is probably faster?:
n = len(predictions) rmse = np.linalg.norm(predictions - targets) / np.sqrt(n)