You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for sharing this greate project!
There is one line of code I can't understand: rmse = (sum(map(lambda x: x**2, differences)) / len(differences))**0.5
As far as I know, if x and y are two points in n-dimension space, the euclidean distance between them is
Hi, thanks for sharing this greate project!
There is one line of code I can't understand:
rmse = (sum(map(lambda x: x**2, differences)) / len(differences))**0.5
As far as I know, if x and y are two points in n-dimension space, the euclidean distance between them is
So why in the code the sum term is divided by len(differences) ?
Thanks a lot if you could help me.
The text was updated successfully, but these errors were encountered: