-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Implement RMSE (root-mean-square error) metric and scorer #12895
Copy link
Copy link
Closed
Labels
EasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolvegood first issueEasy with clear instructions to resolveEasy with clear instructions to resolvehelp wanted
Description
RMSE seems to be a popular metric but now one has to calculate it through np.sqrt(mean_squared_error(XXX, XXX)). Maybe we can add squared option to mean_squared_error and add a scorer neg_root_mean_squared_error.
Wiki page: https://en.wikipedia.org/wiki/Root-mean-square_deviation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolvegood first issueEasy with clear instructions to resolveEasy with clear instructions to resolvehelp wanted