πŸ“„ PearsonΒΆ

metrics.pearson

Pearsonr(
    n_resamples=100,
)
[source]

Explanation about PearsonrΒΆ

Computes Pearson correlation coefficient.

Range: [-1, 1] (higher absolute value is better) Measures linear relationship between predictions and references.

Reference: https://en.wikipedia.org/wiki/Pearson_correlation_coefficient

Read more about catalog usage here.