Skip to content

Implement RMSE (root-mean-square error) metric and scorer #12895

Closed
@qinhanmin2014

Description

@qinhanmin2014

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    EasyWell-defined and straightforward way to resolvegood first issueEasy with clear instructions to resolvehelp wanted

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions