Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Adding Correlation Coefficient (CC) as a metric for regression #7188

@agamemnonc

Description

@agamemnonc

The Correlation Coefficient (CC) although not a particularly good metric due to it being scale and offset invariant is sometimes used as a goodness-of-fit metric in regression tasks.

Perhaps a feature worth adding? Implementation should be straightforward since it would essentially be a mere call to numpy's corrcoeff function, followed by appropriate indexing (i.e. [0,1]).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions