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
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 corrcoefffunction, followed by appropriate indexing (i.e. [0,1]).